Hello,
All is in the title, I would like to know how we can decrease the space size between two text blocks.
In my case, they are in the same color section. I want to reduce the space only between those two text blocks, but if the solution must impact all text blocks, it’s ok I’ll take it anyway.
Thanks :)
Try the horizontal ruler. Choose “whitespace” and choose a negative pixelvalue.
Regards,
Erik
Hey!
@Driekus: Thank you for the tip. :)
@Emmanuelppp: You can something like this on Quick CSS or custom.css:
.av_textblock_section {
margin-top: -15px;
}
Cheers!
Ismael
Thank you both!
The horizontal rule negative white space is very useful, I didn’t know it. I’ll use it here because I have the need for one case only.
Regards