Tagged: menu
Hi, on the website listed in private comments I want the left and right edge of the menu to be flush with the left and right side of the main body.
How do I fix?
Also how do I centre the icon in the search box at the end of the menu?
Hey GOWD!
Please add following code to Quick CSS
div#header_main_alternate .container { width: 100%; margin: 0; }
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; }
Regards,
Yigit
Hi Yigit, that worked perfectly.
You may close this thread.
Thanks