Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #278513

    Hi Guys – I noticed that in responsive mode the toggle menu sits over the top of my logo – is there a way to stop this from happening?

    see here

    http://shortiedesigns.com/

    PS I love this theme!

    #278733

    Hi ShortieD!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #advanced_menu_toggle {
    right: -47px;
    }
    

    Cheers!
    Devin

    #282856

    Hey guys – almost but that moves the menu toggle icon off the screen in iphone portrait view – have you got another solution?

    #282900

    Hey!

    Thank you for the update.

    Please add this below:

    @media only screen and (max-width: 360px) {
    .responsive .logo a, .responsive .logo img {
    height: 60px !important;
    max-height: 60px !important;
    top: 5px;
    }
    }

    Cheers!
    Ismael

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