[Resolved] Remove space between "date" and "excerpt"

Home Forums Support [Resolved] Remove space between "date" and "excerpt"

Home Forums Support Remove space between "date" and "excerpt"

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

    Hi,

    First of all let me say this, your theme is wonderful. it’s so easy to use and full of way to customize.
    And I really love it.

    Anyway here is my problem,
    In the blog post that shows on my home page, they have this weird space between date and the beginning of the excerpt as see in the red area in my image here is the link to imgur: https://imgur.com/a/aeIXTKq.

    And there is some on the Right sidebar widget between the title and the body.
    In this case, it’s “translation” from JetPack
    and also from “categories” from the native wordpress module.

    Is there a way to remove or at least minimize this white area?

    Here is my site: https://www.ketothailand.xyz in case you need to see them.

    #661258
    David
    Staff
    Customer Support

    Hi there,

    you can use a little CSS to make those changes like so:

    .entry-summary {
        margin-top: 0.5em;
    }
    .widget-title {
        margin-bottom: 15px;
    }

    https://docs.generatepress.com/article/adding-css/

    #661732
    Woraphong

    David, thanks. It’s perfect.

    #661770
    David
    Staff
    Customer Support

    You’re welcome 🙂

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