Hi guys,
How to make Enfold original menu and full width submenu look like in this picture?
http://postimg.org/image/nf9mzadaj/
Thanks.
Hi!
Please post a link to your current site.
Best regards,
Josue
Here is the current site link http://atuko.eu/
Try with this code in Quick CSS:
#sub_menu1 .container {
width: 100%;
max-width: 100%;
}
#sub_menu1 .av-subnav-menu > li {
width: 19%;
}
Regards,
Josue
Thanks that works for Full width submenu, but how about main menu?
Hey!
Please edit your page and choose to display transparent header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Then you can go to Enfold theme options > Header > Transparency options to upload your transparent logo and change transparent menu item colors
Best regards,
Yigit
Yigit thanks for reply.
I know all that but it wont make menu items spread all the way.
Hi!
Please add following code to Quick CSS as well to increase the padding between menu items
@media only screen and (min-width: 1024px) {
.av-main-nav > li > a { padding: 0 20px; }}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit