This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
Hi,
I would like to reduce the space between the navigation links in http://www.webdesignbelfast-ni.co.uk/bloomfieldgh/ if possible?
How can I do this?
I have looked through the inspector but cannot find anything relevant to adjust with regards to padding or spacing of the navigation area.
Thanks,
Andrew
Hello,
If you mean header navigation menu, you can add this code in Custom css:
.header-center .menu-wrapper .menu > li > a {
padding: 1.2em 0.8em;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up