Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #761246

    Dear support,

    how can i change the column width of the mega menu “Leistungen”? I don´t want a linebreak in the menu.
    Thanks for any help :-9

    #762619

    Hey dondela,

    You can add this rule to Enfold > Quick Css

    
    #header .six.units {
        width: 615px;
    }
    

    Let me know if this was helpful.
    Best regards,
    Victoria

    #762629

    Thanks for your help. I added the css but i see noch difference?

    #762674

    Hi,

    To change the width and align the content, add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    
    #header .six.units {
      width: 700px !important;
    }
    
    

    The code is the same, I just added the !important.

    Best regards,
    John Torvik

    #762897

    Thats it!

    Thank you very much :-)

    #763035

    Hi,
    Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mega menu width’ is closed to new replies.