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
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
Thanks for your help. I added the css but i see noch difference?
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
Thats it!
Thank you very much :-)