Please take a look at the URL in the private data section.
How can I move the menu items above the orange bar and remove the borders?
thanks
Hi nigellim68!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a, div#header_main_alternate { border: none !important; }
div#header_main_alternate { position: relative; bottom: 45px; }
Best regards,
Yigit
Thanks, Yigit but the menu items ‘eat’ into the logo.
Fixed with
.av-main-nav > li > a, div#header_main_alternate { border: none !important; }
.html_header_top.html_bottom_nav_header .main_menu{ clear: both; position: relative; line-height: 40px; height: 100%; width:100%; float:left; margin-bottom: 50px;}
Now, can you tell me which function/script generates the menu items?
I think my strategy now is to intercept the loop and manually add padding so that the 5th menu item “Locate Us” appears after the middle icon…
Hey!
Please add following code to Quick CSS as well
li#menu-item-334 {
margin-left: 10%;
}
You may need to adjust the value to make it responsive. You can use px instead of %
P.S.: Shall i close the other topic of yours as it seems to be a duplicated one?
Regards,
Yigit
Hi Yigit
Thank you! It works.
Please let me know why the 5th menu element is menu-item-334; how did you get this magic number?
I need to know because if there are any changes, I will know how to do it myself.
After this, please close the other topics related.
Many thanks!
Hi!
You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
Yigit
Ok, got it. Thanks. Please close this topic.