Hi, I’ve inserted the suggested following style in the Quick CSS box:
.avia-content-slider {
margin: 5px 0;
clear: both;
}
However…nothing happened.
I’ve also add the parameter !important but still it doesn’t work.
Any other hints? I want to reduce the space between the Partner logos and the above/below content. I’d like also to know how to reduce the height of all the other containers. (or at least I believe it’s the container that command that space)
Many thanks in advance for your help
Hi orsettopro!
Can you post the link to your website so we can take a look?
Regards,
Yigit
Hi!
That page is displaying a 404 error.
Regards,
Josue
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px; }
Best regards,
Yigit
Thanks. I’ll try that.