Homepage slider

Home Forums Toothy Theme Support Homepage slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #88051
    Ralph AquadroRalph Aquadro
    Participant
    • Topics: 6
    • Replies: 6
    • Total: 12
    Member since: July 9, 2016

    Toothy Theme:

    Homepage slider image is displaying below the header menu. Can you correct so the menu displays overlapping the slider photo?

    http://www.eaplasticsurgery.com/

    Thank you,

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

    Hi,

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

    Add this code there:

    .slider-main, .innerbanner { top: -53px !important; margin-bottom: -53px !important;}

    Regards,
    Chris

    #88127
    Ralph AquadroRalph Aquadro
    Participant
    • Topics: 6
    • Replies: 6
    • Total: 12
    Member since: July 9, 2016

    Hey Chris,

    This fixed the display issue on desktop screens, but created a new issue with mobile screens. Do you have another solution?

    Thanks,

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

    Hi,

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

    Add this code there for mobile issue:

    @media screen and (max-width:479px) {
    .slider-main, .innerbanner { top:0 !important; margin-bottom:0 !important;}
    }

    Regards,
    Chris

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