Menu full width
-
Hi Vinod, sorry I am back!
Do you know how I get my navigation menu back to full width of the page?
Prior to adding the ivory search my navigation menu was full width.
Below is the custom code I used to get the navigation bar full width in my theme:@media screen and (min-width: 1000px) { #menu-main { padding-top: 5px; display: table; width: 100%; } #menu-main li { float: none; position: relative; display: table-cell; list-style: none;
} }To get the menu bar back to full width with your ivory search I added this to the ivory custom css…
width: 195% !important;
However this only works for Safari; with Firefox and Chrome the menu bar is about 30 pixels too short?
See image: https://hardy.global/menubar.png
I promise thats it and I shall leave you alone.
Regards Garry`
The page I need help with: [log in to see the link]
- The topic ‘Menu full width’ is closed to new replies.