Hope you guys are well.
Tried a couple of forum css fixes prior to asking but to no avail
Grid Layout/ Widget/ Custom Menu
– wish to reduce the double spacing between menu items
– general formatting of the menu items (left right , top & bottom padding)
As always thanks for your help and top support
Chris
Hi Chris,
Can you post the link to your website please?
Regards,
Josue
Change your code to:
.widget_nav_menu .menu-item {
padding: 0 !important;
margin: 0 !important;
}