Site logo

Archived topic

Blank spaces on the article page

1 reply · Started by Ghazi on March 4, 2023

Viewing posts 1–2 of 2

Hello guys
I want to reduce the empty space before the title of the article.
What is the way to do this?
Attached are pictures of the part I'm talking about

Hi there,

go to Customizer > Layout > Container and reduce the Top Padding.

If you want to only change the single post padding then use CSS:

.single-post #content {
    padding-top: 40px;
}
This archived topic is closed to new replies.