Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1319457

    Hello,

    I would like to use normal text (paragraph/body) style text in a text block and H6 style. But after H6 there’s a line break and I don’t want that.

    <h6>1994 – 1996</h6>
    Federatie Goud en Zilver, goudsmeden

    I already tried to change this in the Quick Css with:
    h6 {
    display: inline;
    }

    and
    h6 {
    display: inline-block;
    }

    and with !important added, but nothing changes.

    Is there a simple solution?

    #1319475

    After loads of trial and error I figuren it out. This topic can be closed

    #1319645

    Hi,

    Great, I’m glad that you found a solution, and thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to prevent a line break with an H1, H2, H3 tag in a text block?’ is closed to new replies.