Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #242029

    Hi,

    I’m using a “special heading”: H4, modern (centered), Subtitle above Title.
    Would it be possible to increase the line spacing between Subtitle and Title?

    I’m looking forward to your answer :)

    #242547

    Hi StMo!

    You can reduce the top margin of the subheading:

    .av-subheading_below {
    margin-top: 0;
    line-height: 1.3em
    }

    Regards,
    Ismael

    #242575

    Hi Ismael,

    Thank you very much for your response!

    Unfortunately, I couldn’t solve my problem yet:
    I entered the code provided into “Quick CSS”. I saved all changes an refreshed the page in question, but the margin between title and subtitle were displayed as before.

    (Being a total web-design beginner) what did I miss?

    #242882

    Hey!

    Can you post the link to your website and point out the section so we can provide you more accurate custom CSS code?

    Cheers!
    Yigit

    #243029
    This reply has been marked as private.
    #243133

    Hey!

    I’m sorry I must have been dreaming when I read your inquiry. I thought you want to decrease the space between them. You can use this:

    body .av-special-heading.blockquote > * {
    margin-bottom: 20px;
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

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