• Resolved fellter2

    (@fellter2)


    Hi,
    in the customizer there is a setting for entry spacing (compact, comfortable etc). It would be great to be able to set custom margin for p and h-tags. Is this possible somehow?

    And another question: how to set a different top spacing for the entry-content than the bottom-spacing?

    Thank you.

Viewing 1 replies (of 1 total)
  • Hi @fellter2

    Unfortunately these queries can only be achieved using a bit of custom CSS. It should be easy enough to achieve.

    For example, this would affect all H1 tags —

    .entry-content h1 {
      margin-bottom: 200px !important;
    }

    And for the whole entry-content spacing, the snippet would be —

    [data-vertical-spacing*=top] {
      padding-top: 200px !important;
    }

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Entry content spacing’ is closed to new replies.