This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How can I change the width of blog posts in Origami Premium?

Resolved 3 replies premiumthemetheme-origami
10 years ago · Last reply by Magus 10 years ago

I’m wondering if there is an easy way to change the width of blog posts in Origami Premium (make them narrower). I got the effect I wanted by using Page Builder to create a post with a three-column row (placing my text in the middle column and leaving the side columns empty). But I know that’s a very clumsy/amateur work-around and there must be a more elegant way! I’d be so grateful if someone could share a way to easily customize blog post width [not any other text] using CSS.

Sorry if I’ve somehow missed an obvious solution to this, though I couldn’t seem to find one. Clearly I’m very new to working with both WordPress and CSS!

Thanks so much.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Magus Staff 10 years, 8 months ago

    Hi Kevin

    To do this just on the blog page please navigate to Appearance->Custom CSS and add the following

    .blog .post {
        max-width: 600px;
        margin: 0 auto;
    }

    If you want it to apply to all posts please use the following instead

    .post {
        max-width: 600px;
        margin: 0 auto;
    }

    Let us know how you get on

    Magus

  2. Kevin 10 years, 8 months ago

    This is fantastic — exactly what I needed. Thanks so much, Magus! Very much appreciated!

  3. Magus Staff 10 years, 8 months ago

    Hi Kevin

    You are welcome.

    If you need any more help please feel free to open a new support thread.

    Magus

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread