how do I spread out the menu to the right? Right now they are all congested on the left.
Hey navindesigns,
Please try going to Enfold Theme Options > Header > Header Layout > Menu and Logo Position and choose “Logo left, Menu right” from the drop down
Best regards,
Mike
There is no way I can have the menu items below and have them spread out? I dont want the menus to the right because I have two other menu items in the header (My Account & Pest Professionals?)
Pls see below for login if you need it.
Hi,
Try this code in the General Styling > Quick CSS field:
ul#avia-menu.menu.av-main-nav {
display: flex!important;
justify-content: center!important;
}
.av-main-nav > li {
width: 20%!important;
}
Please see screenshot in Private Content area for expected results.
Please clear your browser cache and check.
Best regards,
Mike