I am trying to expand the Main Menu to be full width across the top a ‘black’ menu bar. But it has the same padding as the rest of the page.. I tried to use -50px margin etc.. but, then the right margin – search box is 100 pix over.. Any way to do this?
Hi lanelee!
Try adding this to your custom CSS.
.html_header_top.html_bottom_nav_header .main_menu { width: 110% !important; }
Best regards,
Elliott
It kind of worked – If I streach out the screen really wide it fits. But on smaller screen – ipad it has a white gap on the right side? Any ideas how to fill the line all black?
Thanks!
Hey!
Please add following code to Quick CSS as well
div#header_main_alternate {
background-color: black;
}
Cheers!
Yigit
This worked thanks