Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #218449

    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

    #218561

    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

    #218890

    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

    #218913

    Hey!

    Can you post the link to your website so we can take a look?

    Best regards,
    Yigit

    #219023
    This reply has been marked as private.
    #219121

    Hi!

    Please add following code to Quick CSS as well and adjust as needed

    .content { padding-bottom: 5px; }

    Cheers!
    Yigit

    #219312

    Perfect, thanks so much!

    Fiorilla

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Reducing space around a headline’ is closed to new replies.