Hi
How can I reduce the vertical space between widgets ?
https://linxgo.com/inversores/noticias/
Regards
Hi Claudio!
Please try the following in Quick CSS under Enfold–>General Styling:
#avia_combo_widget-3 {
padding: 0px 0 0px 0 !important;
}
Best regards,
Rikard
Hi Rikard
I try does but not work … I want to reduce the space (height) for all elements of the theme … (I’d like the elements are more compact).
If not possible, I will leave it … Thank you anyway
Hi!
hm not sure what you mean exactly. Can you show us screenshots of what you want to achieve?
Try this code:
.sidebar .widget:first-child, .content .sidebar .widget:first-child {
padding: 30px;
}
and adjust as needed.
Best regards,
Andy