Customize blog single post

Hi!

I’m using X theme pro, integrity stack. Can I customize the width of a single post? It seems like I can only show it full width, which doesn’t do the readability much good. I’d like it to be like 3/5th in the middle or something (and fullscreen on mobile).

If that’s not possible, can I make a blog index page with that effect? All posts nicely in the middle (not fullwidth) with full text?

All the best, Jont.

Hi Jont,

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

@media (min-width:767px) {
  .single-post .entry-wrap {
    padding-left: 150px;
    padding-right: 150px;
  }
} 

If that doesn’t help, please provide us with an example post URL to check your issue.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.