Hi,
I have noticed larger gaps between some widgets on all my pages. I have attached a link as an example. How can I get rid of this?
Hey SilviaNT,
Thanks for the link, though I’m not sure exactly what spaces you are looking to remove. Could you point them out in a screenshot or try to explain a bit further please?
Best regards,
Rikard
Hi Rikard,
I have attached links to the screenshots of the spaces.
Hi,
Please add this code to the quick css field to change the space between the widgets
#top #wrap_all .widget {
padding: 10px 0;
}
You can replace 10px with any other value to increase/decrease the space.
Best regards,
Peter