Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi there – give this a try in your custom CSS editor:

    .entry-content {
      margin-bottom: 0;
    }

    You can also remove this from your custom CSS, as it’s not having any effect. Margin needs a unit to go along with the number, like px, em or some other unit:

    .entry-summary, .entry-content { margin: 1; }

    Reference: https://htmldog.com/references/css/properties/margin/

    Let me know how it goes.

Viewing 1 replies (of 1 total)
  • The topic ‘padding / margin around posts’ is closed to new replies.