Singl theme menu bar
-
Hey,
is there any option to transform hidden menu in Singl Theme to sth like this: https://www.dropbox.com/s/z1gccbt9t4u6ip3/www.png?dl=0
??The blog I need help with is: (visible only to logged in users)
-
Hi there, the following would be my suggestion, which will keep the menu open for screens 1025px and wider by using a Media Query. The reason I’m suggesting this, is to accommodate touch devices (tablets and phones), and also because the menu items begin to break weird at just narrower than that.
@media screen and (min-width: 624px) { .main-navigation ul { display: inline-flex; padding-left: 150px; top: 0; } .menu-toggle { display: none; } .main-navigation a { word-wrap: normal; } }Give the above a try and see what you think. Paste it in at the very bottom of your existing CSS.
-
THANK YOU VARU MUCH!
You can’t even imagine how happy you’ve made me.Worx exactly as i needed.
-
- The topic ‘Singl theme menu bar’ is closed to new replies.