[Resolved] How to change the width of the post page, I dont see an option there.

Home Forums Support [Resolved] How to change the width of the post page, I dont see an option there.

Home Forums Support How to change the width of the post page, I dont see an option there.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #635195
    Muhammad

    I have set the width of My website hope page => https://greenhouseplanter.com and category page => https://greenhouseplanter.com/category/diy/
    but I cannot change the width of the post page, I cannot find an option there,
    like post => https://greenhouseplanter.com/greenhouse-materials-how-to-build-a-hoop-house/
    it is very narrow, I need to widen this page like the category page.

    How to change it ?

    #635202
    David
    Staff
    Customer Support

    Hi there, ok so this CSS (amongst other) in Additional CSS was added when importing the Site:

    body.single .site.grid-container {
        max-width: 800px;
    } 

    You can remove this rule to default to the 1500px you have set in the Customiser or adjust the max-width to suit.

    #635293
    Muhammad

    Can I just delete this piece of code?
    Where to find this CSS file ?

    #635296
    David
    Staff
    Customer Support

    All the Site’s CSS is added to the Customiser > Additional CSS. Yes, you can just delete that particular rule ๐Ÿ™‚

    #635298
    Muhammad

    Done :). Thankyou so much.

    #635303
    David
    Staff
    Customer Support

    You’re welcome ๐Ÿ™‚

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