Archived topic
How to decrease line height in footer area?
7 replies · Started by Cedric on December 21, 2021
I have the premium version and I like it very much. I am trying to decrease the line height of my footer links. There is a lot of gap in between the lines by default. How do I lower this? Here is a screenshot of the problem.

Hi there,
can you share a link to the site where i can see this ?
Yes I have attached the link. Thanks
Hi Cedric,
You have this CSS in your site which makes the gap big, but with the cache plugin on I can't see where the CSS is coming from.
.footer-widgets .widget {
margin-bottom: 30px;
}
Can you disable your cache plugin for me to take a closer look?
I have deactivated the cache plugin. Although the Cloudflare one is still enabled. Do I need to disable that too?
No you don't have to :)
So it looks like it's GP who added the CSS in the theme, try add this CSS:
.footer-widgets .widget {
margin-bottom: 10px;
}
SOLVED! Thank you so much.
You are welcome :)
Happy holiday!