Tagged: menu
Hi, is there a way to wrap text in a label menu item? I tried inserting a label <br /> but it breaks the whole menu. Unfortunately, the menu of the site is done by many voices with all very long as text …
Please note: I need to break line in menu voices that are not pages but are links types
looking for this too, please!
Hey!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/#post-283385
Cheers!
Yigit
mmm i’m very confused. Anyway… how can i activate via quick css the sandwich menu mode (On iPAd landscape) for screen size < 1034 px ? which css code should i use?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
Cheers!
Yigit
thanks again Yigit