Archived topic
How can I put a space on single post content width?
5 replies · Started by Theodore on June 8, 2021
Hi,
I'm trying to kinda work on my design. Please, how can I put a space or a padding on my single posts width? The texts are too close to the edges of the single post container, especially on the left side. See screenshot below.
How can i add a space on the edges so that the texts won't be too close to the edges?
Hi there,
try this CSS:
.one-container.single article .inside-article {
padding: 20px;
}
Why should I put the code please?
Thats CSS - you can add it to the Customizer > Additional CSS.
Ok, thank you
Glad to be of help