Archived topic
Text alignment Content Problem Fix
3 replies · Started by Arif on February 10, 2022
Hello, Firstly check the screenshot ( https://ibb.co/jzF7MT0 ). Here I do not align text in the right position. I need a little bit of space on the left and right sides. But when I did it from Customizing ▸ Layout ▸ Container ▸ CONTENT PADDING and set the value and click save it is working. But here is a problem it is also changing the landing page post content padding area. I need a CONTENT PADDING only post. How do I do that?
Hi Arif,
Try this CSS:
.single-post .inside-article {
padding: 20px 20px 20px 20px;
}
the four values present top/right/bottom/left.
Let me know :)
Thank you, Problem Solve.
No problem :)