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
PS I love this theme!
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
Hey guys – almost but that moves the menu toggle icon off the screen in iphone portrait view – have you got another solution?