Title: custom width?
Last modified: August 20, 2016

---

# custom width?

 *  Resolved [Holysterini](https://wordpress.org/support/users/holysterini/)
 * (@holysterini)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/custom-width/)
 * I’ve been having an issue with fluid as long as its width was nice but it wasn’t
   positioned on the center. Is there a way to fix this, or have it centered in 
   a custom width? Thanks in advance

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/custom-width/#post-3455947)
 * Hi Holysterini
 * Raindrops has bug.
    When display width over 1280px.
 * Please open style.css and add lastline below code.
 *     ```
       @media screen and (min-width : 1280px){
       	#doc3{
       		margin:0 auto;
       	}
       }
       ```
   
 *  Thread Starter [Holysterini](https://wordpress.org/support/users/holysterini/)
 * (@holysterini)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/custom-width/#post-3455967)
 * Thank you very much! Worked like a charm
 *  [Martss](https://wordpress.org/support/users/martss/)
 * (@martss)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/custom-width/#post-3456103)
 * Is it also somehow possible to change page width so that it’s width has an maximum
   value (for example 750px), but when smaller than that, then fluid?
 * I would like to have an narrow page, but when using on mobile device for example,
   then this fluid feature is really great!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/custom-width/#post-3456104)
 * Martss, you can ask this [on your own thread](http://wordpress.org/support/forum/themes-and-templates#postform).
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/custom-width/#post-3456105)
 * Hi Martss
 * It is possible.
 * Please create your own thread.
 * Thank you

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

The topic ‘custom width?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [nobita](https://wordpress.org/support/users/nobita/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/custom-width/#post-3456105)
 * Status: resolved