[Resolved] Full width blog posts

Home Forums Support [Resolved] Full width blog posts

Home Forums Support Full width blog posts

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #395561
    Robert

    Searched the forum already and have seen some misc responses to this, but is there a way through the GP options or programmatically (i.e. not through CSS) to by default have all posts have the full width meta option?

    #395564
    Robert

    Disregard. I see that there isn’t an option but I can just use the following css.

    .single .container.grid-container {
        max-width: 100%;
    }
    #395626
    Leo
    Staff
    Customer Support

    Glad you found the solution!

    #427073
    Katie Jones

    This helped me, too. Thanks!

    #502663
    David Victor

    I added that to Customize -> Additional CSS and it didn’t change. I still have the “contained” look. I would think this would be adjustable on the page designated set as the blog, and then just Page Container = Full Width as per usual, but it doesn’t seem to do anything either.

    Here’s my site: heartfelt-homes.com/blog

    Thanks in advance for your help!

    #502669
    David Victor

    Nevermind, I found the other ticket on this. The solution seems to be:

    body.blog .site.grid-container {
    max-width: 100%;
    }

    Thanks!

    #503004
    Leo
    Staff
    Customer Support

    Glad you figured out!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.