Hi,
Is there a way to change the vertical space between each menu item in the footer widget? I added a footer menu to the 1/4 left column. The spacing is much bigger than in the next column.
I posted my url in the private content section.
Appreciate your help guys!
Cheers,
Mark
Hey incubado,
Add this to quick css:
.widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a{
padding-top:0px!important;
padding-bottom:0px!important;
}
Best regards,
Jordan Shannon
Hi,
I have tried, but still no changes.
Is there any other way?
Kind regards,
Mark
Hi,
Please try clearing the cache a few times over and refreshing your page. Also, be sure to add the css I gave to the very top of quick css so that it runs first.
Best regards,
Jordan Shannon
You mean the browser cache I assume? Ive done that a few times, also tried an incognito window.
I have also put the code snippet to the very beginning of my quick css.
Hi,
Thanks for the feedback. Please try this instead:
.menu-footer li a {
padding:0 !important;
}
Best regards,
Rikard
Hi Rikard,
Unfortunately, this doesn’t work either.
Kind regards,
Mark
Hi Mark,
Please try this instead:
#menu-footer_left_de li a {
padding:0 !important;
}
Best regards,
Rikard
Hi Rikard,
It works perfectly. Thank you so much.
Kind regards,
Mark
Hi,
Great! I’m glad that worked. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon