Title: Content box size css?
Last modified: March 12, 2020

---

# Content box size css?

 *  Resolved [incwin3](https://wordpress.org/support/users/incwin3/)
 * (@incwin3)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/content-box-size-css/)
 * Hi,
 * Wondering how to increase our image size within the main content area.
    Currently
   any image uploaded gets scaled down to around 768px × 512px even if the original
   uploaded image is much larger. would like to display an image at about ~ 1200px
   x800px for example.
 * Also, is it possible to lift the content more to the top since we disabled the
   logo image at the top of our page?
 * Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcontent-box-size-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Ales](https://wordpress.org/support/users/alesmal/)
 * (@alesmal)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/content-box-size-css/#post-12535313)
 * Hello, you can use this custom CSS to make the image bigger, it will also push
   the content more to top of the page
 *     ```
       .inner-content {
           max-width: 1200px;
           width: auto;
       }
   
       .cmp-subscribe {
           max-width: 100%;
           width: 500px;
           margin: 0 auto;
       }
       ```
   
 * Ales
 *  Thread Starter [incwin3](https://wordpress.org/support/users/incwin3/)
 * (@incwin3)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/content-box-size-css/#post-12535454)
 * Thank you, that worked for us.
 * Would it be possible to remove the link within the initial post?
 * Thanks again, appreciate the speedy response!
    -  This reply was modified 6 years, 2 months ago by [incwin3](https://wordpress.org/support/users/incwin3/).
 *  Plugin Author [Ales](https://wordpress.org/support/users/alesmal/)
 * (@alesmal)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/content-box-size-css/#post-12539919)
 * Do you mean here in the forums? Not sure about it!

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

The topic ‘Content box size css?’ is closed to new replies.

 * ![](https://ps.w.org/cmp-coming-soon-maintenance/assets/icon-256x256.png?rev=
   2393184)
 * [CMP - Coming Soon & Maintenance Plugin by NiteoThemes](https://wordpress.org/plugins/cmp-coming-soon-maintenance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cmp-coming-soon-maintenance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/)
 * [Active Topics](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/reviews/)

## Tags

 * [box](https://wordpress.org/support/topic-tag/box/)
 * [content](https://wordpress.org/support/topic-tag/content/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [size](https://wordpress.org/support/topic-tag/size/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ales](https://wordpress.org/support/users/alesmal/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/content-box-size-css/#post-12539919)
 * Status: resolved