columns in front page

  • Unknown's avatar

    Can you help me with my front page. I would like 1 post but when I configure my front page this way under settings/reading . . . . there is a blank right column on my front page. How can customize so that my front page is just one column ?

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

  • Unknown's avatar

    The number of posts per page setting at Setting > Reading will not override the theme two-column main page layout. If you want only one post per page, full-width, on the main blog page, you can add the following CSS, but if you change your mind later and want to go back to multiple posts on the main page, you will have to remove the CSS.

    .blog article.post.format-gallery, .blog article.post.format-image {
        width: 100%;
    }
    article.post .pointer, .blog-wrapper:after, .blog-wrapper:before, .blog-wrapper {
        background: none;
    }
  • The topic ‘columns in front page’ is closed to new replies.