Hi team,
I’m wondering if i can get the spacing between text and colour sections to be consistent.
As you can see here,
This spacing
Is larger than
Thanks, Lara
Hey Lara,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av_section_1 .sort_width_container.av-sort-yes {
height: 0;
margin: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
This code doesnt work unfortunately.
Lara
Hi,
Did you add the code to the very top of quick css so that it runs first? Also be sure to clear the cache a few times over.
Best regards,
Jordan Shannon
Hi Jordan,
Sure did.
There’s still the large spacing.
Hi Lara,
Add this css code in Quick CSS (located in Enfold > General Styling):
#top .widget_execphp,
#top .widget_execphp .widget,
#top .widget_execphp .nested_nav {
padding-bottom: 0;
}
Let us know if this helps.
Best regards,
Nikko