[Resolved] selectively set content width

Home Forums Support [Resolved] selectively set content width

Home Forums Support selectively set content width

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #265457
    Steven

    Leo, I am so grateful for the help you have offered!
    I wish there was a way to export the inspector.
    This is a lame substitute but at least illustrates the order and interplay of elements involved:

    https://www.dropbox.com/s/cpurdvof360fkld/GP-inspector.png?dl=1

    Steve

    #265478
    Tom
    Lead Developer
    Lead Developer

    What if you apply the custom width to all grid-container classes on the page?

    body .grid-container {
        max-width: 2000px;
    }
    #265579
    Steven

    I think I got it.

    
    .entry-content {
        max-width: 1200px !important;
    }
    

    I hadn’t resorted to the heavy handed !important before.
    I appreciate that this was frustrating for you since you weren’t able to interact with it live online. Thanks for your patience. Once this goes live I may be back, but hopefully not. I have more than one site I’m hoping to use this layout pattern for, so the effort was worth it for me.
    Gratefully,
    Steve

    #265580
    Leo
    Staff
    Customer Support

    You’re welcome 🙂

    Definitely don’t want to use too much !important.

    Let us know if you want us to take a look at it once it’s live.

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.