Site logo

Archived topic

Spacing on Post

3 replies · Started by Steven on March 5, 2023

Viewing posts 1–4 of 4

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

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.

It works, Thanks! Resolved.

You're welcome, Steven!

This archived topic is closed to new replies.