How can I get a full width layout for my Dara blog posts?

  • Unknown's avatar

    Please help – so far, in page preview my posts have appeared full width (no white sidebar on the left and the image on top of the post fully visible), but no suddenly there’s a wide margin on the left, the text looks squeezed up, and the whole layout is off. How can I get a full width layout for posts (not just pages)?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    While your homepage can be set to the full width template (max-width of 1180px wide), the blog post archive defaults to 880px wide.

    The only way to change this default behavior is with Custom CSS which would require an upgrade to Premium, Business, or eCommerce. You can review the different plan levels here:

    https://wordpress.com/pricing/

    Then, this custom CSS would be able to fix this for you:

    .blog .site {
    	max-width: 1180px;
    }
    .blog .post-thumbnail img {
    	width: 100%
    }

    Hope that clarifies things!

  • The topic ‘How can I get a full width layout for my Dara blog posts?’ is closed to new replies.