Restro theme Mobile Menu Bar

Home Forums All Other Themes Restro theme Mobile Menu Bar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19838
    John SnyderJohn Snyder
    Participant
    • Topics: 4
    • Replies: 6
    • Total: 10
    Member since: November 5, 2015

    I have a problem with the menu bar coming through the slider on the mobile site. How do I move the menu bar down so it doesnt cover the slider images.

    #19841
    John SnyderJohn Snyder
    Participant
    • Topics: 4
    • Replies: 6
    • Total: 10
    Member since: November 5, 2015

    my Website www.marrakeshseattle.com and marrakeshportland.com

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

    Hi John,

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    Add this css code in custom css box. If it didn’t work kindly use !important property.

    @media screen and (max-width: 767px) {
    .toggle a{margin-top:95px;}
    }

    Regards,
    Shri

    #20213
    John SnyderJohn Snyder
    Participant
    • Topics: 4
    • Replies: 6
    • Total: 10
    Member since: November 5, 2015

    Yeah it didn’t work? what do you mean use import property? in where?
    thx -john

    #20214
    John SnyderJohn Snyder
    Participant
    • Topics: 4
    • Replies: 6
    • Total: 10
    Member since: November 5, 2015

    nvm sorry it worked 🙂 Ok one last thing anyway to remove the logo on mobile site but keep it on the desktop site?
    Thx so much!

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

    Hi John,

    Kindly replace this code in custom css box.

    @media screen and (max-width: 767px) {
    .header .header-inner .logo{display:none;}
    .toggle a{margin-top:198px !important;}
    }

    Regards,
    Shri

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