Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #400192

    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 …

    #400202

    Please note: I need to break line in menu voices that are not pages but are links types

    #400285

    looking for this too, please!

    #400777

    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

    #400908

    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?

    #400921

    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

    #400997

    thanks again Yigit

    #401357

    Hey courtneysoliday!

    Did the solutions proposed work for you?

    Cheers!
    Rikard

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