Slider Image Top Gets Cut off

Home Forums Fitness Pro Forum Slider Image Top Gets Cut off

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #90925
    ChristineChristine
    Member
    • Topics: 18
    • Replies: 22
    • Total: 40
    Member since: May 11, 2016

    Hello,

    Sometimes when I upload home page sliders the top gets cut off (see www.fitnessconnection.ca). It doesn’t seem to be a problem in mobile, but poses a problem on Desktop view. Is there anyway to fix this? Thanks

    #90931
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .slider-main {top:150px;}
    
    @media screen and (max-width:1024px) {
    .slider-main {top:0;}
    }

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.