move "Menu" button in header
-
The “Menu” Button covers up my Site Title text in the header, how can I move it?
The blog I need help with is: (visible only to logged in users)
-
Hello there!
Dropping either of these codes into your custom CSS area should do the trick. I wasn’t sure whether you wanted the menu moved down or the title moved down…
To move down the menu block:
@media screen and (max-width:430px) { .menu-toggle { margin-top: 39px; } }To move down the title block:
@media screen and (max-width:430px) { .site-title { margin-top: 39px; } }Let me know if that doesn’t work!
Sage
- The topic ‘move "Menu" button in header’ is closed to new replies.