[Support request] Help Setting – Page width blog post page

Home Forums Support [Support request] Help Setting – Page width blog post page

Home Forums Support Help Setting – Page width blog post page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #412339
    muralidharan

    Hi Can someone help me solve the content width of my blog below the title. I am aiming to increase the white space on left and right of the content

    http://www.enrightpr.in/reminiscent-royal-era/

    here is the link to the blog post. I would also like it to be universal across all my blog posts

    thanks

    #412466
    Leo
    Staff
    Customer Support

    Hi there,

    Couple methods here:
    – You can try increase the content padding: https://docs.generatepress.com/article/content-padding/
    – Or decrease the container width: https://docs.generatepress.com/article/container-width/

    If you want the single posts to have different container width, we can also use some CSS.

    Let me know.

    #413438
    muralidharan

    Hi Does this option set all the pages? or only the blog page which i have created using GP wpshowposts plugin?

    I do not wish this to apply to my home page and main menu navigation pages which is already set and customised.

    I only would like the content in the blog post link when it opens in another page to have this settiing

    best
    murali

    #413588
    Leo
    Staff
    Customer Support

    So you only want this setting in single posts?

    If so try this CSS:

    body.single .grid-container {
        max-width: 900px;
    }
    .one-container .site-content {
        padding: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.