Title: Have css max-width
Last modified: August 20, 2016

---

# Have css max-width

 *  Resolved [tiwelle](https://wordpress.org/support/users/tiwelle/)
 * (@tiwelle)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/have-css-max-width/)
 * Hello,
    First of all, thank you very much for your plugin. It does a really good
   job, and helped me a lot ! Now, I would need to have the background full screen,
   but with a limit : with wide screen, pictures look bad, so I need to set up a
   max with for my myatu_bgm_fs class (lets say 1500px). Do you think that is possible?
   I tried to figure out where the 100% wide was, but couldn’t find out. Thank you
   very much, Emmanuelle
 * [http://wordpress.org/extend/plugins/background-manager/](http://wordpress.org/extend/plugins/background-manager/)

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

 *  Thread Starter [tiwelle](https://wordpress.org/support/users/tiwelle/)
 * (@tiwelle)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/have-css-max-width/#post-3139821)
 * ok I did it
    I changed
 *     ```
       .myatu_bgm_fs {
       	width:1500px;
       	min-height:100%;
       	max-width:initial!important;
       	max-height:initial!important;
       	margin:0 auto;
       	padding:0;
       	border:0;
       	position:absolute;
       	top:0;
       	/*left:0*/
       }
       ```
   
 * on pub.css and then on my own style.css a width for html and page elements.
    
   Hope it’ll help you.
 *  [cranesandcaff](https://wordpress.org/support/users/cranesandcaff/)
 * (@cranesandcaff)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/have-css-max-width/#post-3139976)
 * Where did you find the pub css?
 * Nevermind. Found it. in resources.

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

The topic ‘Have css max-width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/background-manager_7c828e.svg)
 * [Background Manager](https://wordpress.org/plugins/background-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/background-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/background-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/background-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/background-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/background-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [cranesandcaff](https://wordpress.org/support/users/cranesandcaff/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/have-css-max-width/#post-3139976)
 * Status: resolved