• Resolved innkeeperea

    (@innkeeperea)


    I have searched high and low and can’t find the answer. I have set all pages to full width no sidebar…except the BLOG PAGE AND THE SHOP page both will not go full width. This looks terrible when the rest of the site does.

    How can this be fixed?
    Thank you for help in advance

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, your site is on the Business Plan at WordPress.com, so you have access to full support at WordPress.com through live chat, and in the WordPress.com forums. The blog page by default has the space for a sidebar, but when you do not use any widgets, it will just collapse to the size of the content are less the sidebar. Add the following custom CSS to override this and widen the blog and shop page.

    .blog #page, .no-sidebar #page {
    	max-width: 1080px;
    }

    Just wanted to chime in and point you directly to the best avenue for getting help with your WordPress.com site in the future:

    https://wordpress.com/help/contact

    I’ll mark this thread as resolved since sacredpath provided you with the necessary CSS, but don’t hesitate to reach out through the above avenue if you need help again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Width’ is closed to new replies.