Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Chosen!

    You can make all pages on the site wider with the following CSS:

    @media all and (min-width: 56.25em) {
    
      .singular-page .post-content {
        padding: 0 9% !important;
      }
    }

    To apply this to a specific page, you can add the page’s ID to the first selector like this:

    @media all and (min-width: 56.25em) {
    
      .singular-page-38 .post-content {
        padding: 0 9% !important;
      }
    }

    You can use this trick to quickly find the ID for a page on your site: https://www.competethemes.com/blog/find-page-id/

    Ben, that freaking worked. I’m sooooo happy thank you. I have another question but its another issue so probably need to make a new topic??

    Wow so happy.

    Theme Author Ben Sibley

    (@bensibley)

    Yea no problem ??

    Sure, a new thread should help things stay organized.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I change one of my pages to be full-width?’ is closed to new replies.