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

    Hi there

    Where can I change the spacing (before and after the title) for h2 – h5-tags. Is it possivle in the “Erweitertes Styling”-Area? Or do I need insert some CSS-Code? Where?

    #863864

    Hey erzingma,

    You would need custom CSS for that, could you try to explain a bit further what you are looking to achieve please?

    Best regards,
    Rikard

    #864466

    Hi Rikard
    Thanky for reply. It’s about the title-spacings (h1 to h5) – red arrows:

    I’d like to “put” the title closer to the textblock below. It should be work for the hole site.

    Thank you, erzingma

    #864653

    Hi,

    You could try this in Quick CSS, adjust the first and third value to your liking:

    h1, h2, h3, h4, h5 {
      padding: 10px 0 10px 0 !important;
    }

    Best regards,
    Rikard

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