Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1405356

    Hello

    I am trying to add some negative white space between two special headings but it isn’t working witha negative value, having the separator thereactually increases the space

    Please can you advise?

    #1405379

    edit those heading element you can find on styling tab at the bottom. : Spacing – and there bottom-padding
    on default this is 10px – maybe it is enough vor you to set it to 0px ( negative paddings do not exist )

    If those headings are of the same tag ( h2, h3 etc. ) you can use instead of two headings one with a <br> inside
    Ignore the warning here – it will work – then you can manage the distance as line-height.

    next: if these are two special headings following each other – they following will do have a margin-top value of 50px
    so try:

    #top .av-special-heading.el_after_av_heading {
      margin-top: 20px 
    }
    #1405380

    Thank you changing the paddiing option worked well

    #1405428

    Hi,

    Great, I’m glad that @guenni007 could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.