I want a left and right margin on the blog post page only. How do I go about doing this? In past attempts, the margins changes on all pages.
Thanks in advance.
I want a left and right margin on the blog post page only. How do I go about doing this? In past attempts, the margins changes on all pages.
Thanks in advance.
Hello Nathan,
Thanks for writing in!
Do you want to have a smaller width or a wider content area thus bigger margins? If that is the case, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.single-post .site .x-container.max.width.offset {
max-width: 800px;
}
And if you have a wider content area with a smaller margins, you can use this code instead:
.single-post .site .x-container.max.width.offset {
max-width: 96%;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.