Archived topic
Space between menu items
3 replies · Started by Enrico on February 15, 2022
Hi there.
I created a new menu, I want to use it in the footer. The title of the menu is "Pagine utili".
I would like to change the space beteewn the menu items, if it's possible.
In fact, the items are not vertically aligned with the others widgets. Due to my poor English, I upload a screenshot to let you know what I mean.
Is there any helpful CSS rule? URL is: https://www.guide-dolomiti.it
Thank you.
Hi there,
try this CSS:
.site-footer .widget_nav_menu ul li {
margin-bottom: 28px;
}
You are my hero :-)
Thank you very much!
You're welcome!