• Resolved illonapoluan

    (@illonapoluan)


    Is there a way to increase the width of the single post content? I saw that the content itself is 740px, and I wanted to increase it a little bit to 900px if possible. I was looking around in Editor, but was having a hard time with it. Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi ,

    To increase the width of the post content element, install a custom CSS plugin like Simple Custom CSS and enter the following code:

    .section-inner.post-content.thin { width: 900px; }

    Let me know how it goes.

    — Anders

    Thread Starter illonapoluan

    (@illonapoluan)

    Thanks so much Anders! Works great, but my images still stays at 740px, even when I change it to 900. Any idea why?

    Thread Starter illonapoluan

    (@illonapoluan)

    Actually just figured it out.

    Added:
    .section-inner.post-content.thin img {
    width: 100%;
    height: auto;
    }

    to the CSS, and now all my images are perfect at 900px along with the post content.

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increase single post content width’ is closed to new replies.