http://business.diefleischerei.at/
How can i center the 2nd menu (BUSINESS) ?
Hey diefleischerei!
Thank you for coming back.
In custom.css or Enfold -> General Styling -> Quick CSS field put the following:
#header_meta .sub_menu {
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
padding-left: 0 !important;
width: 0 !important;
}
Regards,
Günter
how can i get the menu in one row? http://business.diefleischerei.at/
“BUSINESS FOTOGRAFIE” not
“BUSINESS
FOTOGRAFIE”
Hi!
Try to replace
width: 0 !important;
with
width: 150px !important;
Best regards,
Günter
Danke Günter.