[Support request] Without Sidebar PAGE Width to 728px

Home Forums Support [Support request] Without Sidebar PAGE Width to 728px

Home Forums Support Without Sidebar PAGE Width to 728px

  • This topic has 7 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #873311
    Sumit

    I want to set my (No Sidebar) PAGE Width to 728px.

    please send me CSS code ASAP

    #873332
    David
    Staff
    Customer Support

    Hi there,

    i answered a very similar question today:

    https://generatepress.com/forums/topic/content-width/#post-873239

    #873387
    Sumit

    My Blog Post (Without Sidebar) width is already set to 728px

    But when I create a page (without Sidebar) then I noticed that it’s width is not 728px.

    So, please send me the code to set the PAGE Width to 728px.

    Waiting for code…

    #873400
    David
    Staff
    Customer Support

    Did you install the updated version that i mentioned in that link?

    #873530
    Sumit

    Yes, I’m using the same version.

    But When I opened layout option and changed the width. Then my header also get affected and it was not looking good.

    Please provide me with the CSS Code.

    Last time you gave me this code for the full-width blog post. It’s working great.

    body.single.no-sidebar .site.grid-container {
        max-width: 728px;
    }

    Please provide similar code for full width PAGE

    My Page URL is: https://blogginglift.com/about/

    #873547
    David
    Staff
    Customer Support

    You can target the page instead of single like so:

    body.page.no-sidebar .site.grid-container {
        max-width: 728px;
    }
    #873557
    Sumit

    Thanks David, It’s working.

    #873564
    David
    Staff
    Customer Support

    You’re welcome

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