Title: bquik's Replies | WordPress.org

---

# bquik

  [  ](https://wordpress.org/support/users/bquik/)

 *   [Profile](https://wordpress.org/support/users/bquik/)
 *   [Topics Started](https://wordpress.org/support/users/bquik/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bquik/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bquik/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bquik/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bquik/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bquik/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Form works in Chrome but not in any other browser](https://wordpress.org/support/topic/form-works-in-chrome-but-not-in-any-other-browser/)
 *  Thread Starter [bquik](https://wordpress.org/support/users/bquik/)
 * (@bquik)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/form-works-in-chrome-but-not-in-any-other-browser/#post-5120413)
 * It seems like it was the page that was the problem, not cf7. Now I fixed it and
   it works just fine.
 * Thank you for you help!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change the content width on only one page](https://wordpress.org/support/topic/change-the-content-width-on-only-one-page/)
 *  Thread Starter [bquik](https://wordpress.org/support/users/bquik/)
 * (@bquik)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/change-the-content-width-on-only-one-page/#post-3970240)
 * I got it to work by writing it
 *     ```
       .page-id-247 .site-content
       {
           width:100%;
       }
   
       .page-id-246 .site-content
       {
           width:100%;
       }
       ```
   
 * 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change the content width on only one page](https://wordpress.org/support/topic/change-the-content-width-on-only-one-page/)
 *  Thread Starter [bquik](https://wordpress.org/support/users/bquik/)
 * (@bquik)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/change-the-content-width-on-only-one-page/#post-3970216)
 * Oh ok 🙂
 * I tried it but it does not work..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change the content width on only one page](https://wordpress.org/support/topic/change-the-content-width-on-only-one-page/)
 *  Thread Starter [bquik](https://wordpress.org/support/users/bquik/)
 * (@bquik)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/change-the-content-width-on-only-one-page/#post-3970214)
 * I’m sorry but I did not understand that.. (I’m not very good at codes etc)
 * Where can I find this? And what would I use it for?
 * What I’m looking for is for example I want the pages with ID 6, 7 and 8 to have
   100% width. I can do that for only the page with ID 6 with the code lemu wrote.
   Now I’m looking for a way to re-write the code so that it works for multiple 
   page-ID’s.
 * I.e this one so it works for 7 and 8 as well:
 *     ```
       .page-id-6 .site-content{
           width:100%;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change the content width on only one page](https://wordpress.org/support/topic/change-the-content-width-on-only-one-page/)
 *  Thread Starter [bquik](https://wordpress.org/support/users/bquik/)
 * (@bquik)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/change-the-content-width-on-only-one-page/#post-3970212)
 * One more additional question:
 * How do I re-write it if I want to have more pages the same way?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change the content width on only one page](https://wordpress.org/support/topic/change-the-content-width-on-only-one-page/)
 *  Thread Starter [bquik](https://wordpress.org/support/users/bquik/)
 * (@bquik)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/change-the-content-width-on-only-one-page/#post-3970067)
 * It works!
 * Thank you so much!

Viewing 6 replies - 1 through 6 (of 6 total)