[Resolved] Decrease space between date and text ?

Home Forums Support [Resolved] Decrease space between date and text ?

Home Forums Support Decrease space between date and text ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #105113
    Lisa Lidgren

    Is there a way to decrease the space (on Blog-page) between the date (below headline) and excerpt?

    Thank you in advance.

    #105189
    Tom
    Lead Developer
    Lead Developer

    This CSS should do this:

    .blog .entry-content,
    .blog .entry-summary,
    .archive .entry-content,
    .blog .entry-summary {
          margin-top: 20px;
    }

    Adjust as needed ๐Ÿ™‚

    #105322
    Lisa Lidgren

    Awsome service Thank you!

    #105335
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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