• Hey. I’m looking for help on making posts full width. More specifically, the page you go to when you click a portfolio picture. As it is classed as a post in this theme, I can not change the page template to full width. Any idea how I can change it for a post? Thanks

Viewing 1 replies (of 1 total)
  • Hi there ,

    Please follow the instruction kindly to make your posts full width. Go to your Dashboard >> Appearance >> Customize >> Additional CSS and add this CSS codes.

    #secondary {
        display: none;
    }
    #primary {
        width: 100%;
    }

    Thank You ! !

Viewing 1 replies (of 1 total)
  • The topic ‘Full Width Posts?’ is closed to new replies.