Hello,
I would like to reduce the space above and below a headline (my headline is below a slider, and above a 1/3 2/3 section). What code could I use?
Thanks a lot!
Fiorilla
Hi Fiorilla!
Are you talking about the Special Heading element? You can add this on Quick CSS to decrease the top margin:
.av-special-heading {
margin-top: 10px;
}
Regards,
Ismael
Hi Ismael, yes, this works perfectly – I also need to reduce the space below my title (which is a “En-tête spéciale” in French), I reduced the margin to 0, but there is still a lot of space before the next element (which is a color section). I tried to reduce the margin of the color section to 0, but it gives little effect + all of the lines seem jam-packed below (it is followed by another color section), so I came back to “small margin”.
Thanks for your help!
Fiorilla
Hey!
Can you post the link to your website so we can take a look?
Best regards,
Yigit
Hi!
Please add following code to Quick CSS as well and adjust as needed
.content { padding-bottom: 5px; }
Cheers!
Yigit
Perfect, thanks so much!
Fiorilla