Hi there,
How to get less space (margin) between the widgets in the right (or left) column.
Now there is a lot of white space between the widgets.
I guess you have to change something in the CSS.
If so, please tell me its name.
Thanks Tom
Hey operationeel,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#footer .av_one_fourth {
margin-left: 3%;
width: 22.75%;
}
#footer .av_one_fourth.first {
margin-left: 0;
}
Best regards,
Nikko
Thanks for the answer.
Code has no effect.
I mean the widgets on the right side of the site, not the footer !!
See: https://kenniscentrummaastricht.nl/over-ons/organisatie/
The widgets you are seeing: “volgende cursus nederlands (= event)”, “laatste nieuws (news)” and facebook.
Regards Tom
Hi Tom,
I apologize for the mistake, please use this css code instead:
#top #main .avia-builder-widget-area .widget {
padding-top: 0;
}
#top #main .avia-builder-widget-area #text-2 {
padding-bottom: 0;
}
Best regards,
Nikko
YES !!, great it is working.
Thanks en regards Tom
Hi operationeel,
Glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko