Single Post Custom Width with CSS not Center

Posted in: Newspaper
Post count: 22

Hi, Team..

Im trying to custom my single post width with this css code

.td-ss-main-content {
max-width: 70% !important;
}

its not center but align left

How to make it center?

Thank you

Post count: 20688

Hi,

You could set an auto margin property as well so the content will become centered, like this
https://www.screencast.com/t/B1MUaUhLx1k
And also if you want the code to apply only for the single post page you can add the single class to the code, like in the screenshot, to make sure it does not apply anywhere else.

Thanks

Post count: 22

Hi,

Thank you Simion

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.