Hi,
I’d like to reduce spacing between two special textblocks down to regular spacint between two lines / line pitch.
Within a color section I have a 1-column layout element containing one textblock.
Below, there are two ½ column layout elements. Each contains one textblock element as well.
I’d like to have the line in the 1 column layout one line above the 2-column-layout. No paragraph spacing – way to much space there…
How can control spacing for this special situation?
Nomad
Hey Nomad,
Thanks for the link, though I can’t find the text you are referring to. Could you post a screenshot highlighting what you would like to remove instead maybe?
Best regards,
Rikard
Hi Nomad,
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_2 p {
margin: 0;
}
Like this?
If you need further assistance please let us know.
Best regards,
Victoria