• If I put Content (no sidebar) in the layout option, the posts appear on the same place they do with a sidebar as well. Because of this there’s all this extra space where the sidebar would usually be. How can I make the posts archive container centered?

    Thank you!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter awesomeblogger

    (@awesomeblogger)

    Someone please let me know.

    Leo

    (@leohsiang)

    Hi there,

    It should be centered by default if the no sidebar layout is selected.

    Any chance you can link us to the site in question?

    Let me know ??

    Thread Starter awesomeblogger

    (@awesomeblogger)

    Hey @leohsiang, thanks greatly for your post! I am excited that you might be able to help.

    Unfortunately I am unable to link the site.

    But I’ve used this code and found a partial fix:

    .no-sidebar .site.grid-container {
    max-width: 800px;
    }

    However, the problem is now all of my pages are centered and I would just want the blog archive page to be centered, so that all of the posts are centered.

    Is there a way to do this?

    I would deeply appreciate your help Leo!!

    Thread Starter awesomeblogger

    (@awesomeblogger)

    Hey @leohsiang, thanks greatly for your post! I am excited that you might be able to help.

    Unfortunately I am unable to link the site.

    But I’ve used this code and found a partial fix:

    .no-sidebar .site.grid-container {
    max-width: 800px;
    }

    However, the problem is now all of my pages are centered and I would just want the blog archive page to be centered, so that all of the posts are centered.

    Is there a way to do this?

    I would deeply appreciate your help Leo!!

    Thread Starter awesomeblogger

    (@awesomeblogger)

    I found the solution:

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

    To answer your question, it was not centered by default for me, if I turned off the sidebar for the blog archive page.

    Thank you.

    Leo

    (@leohsiang)

    I’ll need to see the issue live to be able to determine the cause unfortunately.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I center the blog archive page if there are no sidebars?’ is closed to new replies.