Okay
  Public Ticket #3433814
Custom Grid Container Width
Closed

Comments

  • glowicka started the conversation

    Hi

    I'm trying to change the width of the blog posts (I want the blog posts to be narrower) but changing the option Custom Grid Container Width on this page doesn't do any change. Could you help me please?

  • [deleted] replied

    Hi glowicka,

    Please add the code below to your Custom CSS area:

    @media (min-width: 1200px) {
        .blog.blog--standard .container{
            width: 900px;
        }
    }

    Is that what you wanted to achieve?

    Thanks!

  • glowicka replied

    Thanks! This works great.

    How do I do the same for any page (not just blog page?)

    thanks again!

  • [deleted] replied

    Hi glowicka,

    Aha, to do that, you can remove the CSS code that I gave you and then go to Laborator > Theme Options > Theme StylingContainer Width > and write 900 to the Grid Container Width area.

    Have a nice day!