Site logo

[Resolved] Spacing on Post

Home Forums Support [Resolved] Spacing on Post

Home Forums Support Spacing on Post

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

    I can see spacing on post: https://postimg.cc/D4S98YxQ

    1. featured image vs post content

    2. featured image vs sidebar search bar (not aligned… different height).

    Are these spacing reserve for something else? I suspect so as on Customize > Layout > Blog Post > Featured Image

    I can see Location: Below Title. https://postimg.cc/B8JRxvhn

    But what’s the “Title” here? I don’t see a title. Not the title above? https://postimg.cc/LY4sJ2dc

    #2556871
    Fernando
    Customer Support

    Hi Steven,

    The spacing is partly from the separating space value set in Appearance > Customize > Layout > Container.

    Try adding this CSS through Appearance > Customize > Additional CSS to override it just for single posts:

    .single-post #content.site-content :is(.featured-image, .entry-content) {
        margin-top: 0;
    }

    Let us know how it goes.

    #2556973
    Steven

    It works, Thanks! Resolved.

    #2556978
    Fernando
    Customer Support

    You’re welcome, Steven!

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