Title: Responsiveness
Last modified: August 30, 2016

---

# Responsiveness

 *  Resolved [nay18](https://wordpress.org/support/users/nay18/)
 * (@nay18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-37/)
 * Hi there,
 * This theme is no longer responsive on mobile…
    Please could someone assist me.
 * [http://www.uniqueinteriors.co.za](http://www.uniqueinteriors.co.za)
 * Thanks so much!

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

 *  [tjmarsh](https://wordpress.org/support/users/tjmarsh/)
 * (@tjmarsh)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-37/#post-6403670)
 * When did it stop being responsive?
 *  Thread Starter [nay18](https://wordpress.org/support/users/nay18/)
 * (@nay18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-37/#post-6403675)
 * I went live with the site yesterday and checked all the small details and found
   that it was no longer responsive…
 *  Thread Starter [nay18](https://wordpress.org/support/users/nay18/)
 * (@nay18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-37/#post-6403713)
 * Hi tjmarsh,
 * I see it is only on the “body” section of all my pages..
 * Thank you!
 *  [tjmarsh](https://wordpress.org/support/users/tjmarsh/)
 * (@tjmarsh)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-37/#post-6403865)
 * So this is resolved?
 * Glad to hear!
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-37/#post-6403872)
 * The theme is responsive. However, you’ve set the width property on several elements
   so the site isn’t able to resize properly. For example, this rule:
 *     ```
       .site-content .entry-content, .site-content .entry-header, .site-content .entry-summary {
           color: #555;
           width: 1080px;
       }
       ```
   
 * and this rule:
 *     ```
       #homeLinks {
           display: block;
           margin: 0 auto;
           width: 1080px;
       }
       ```
   
 * When you set the width to 1080px for those elements, then the width of the page
   stays at 1080px, which is why on a mobile device, like a cell phone, your users
   are going to have to scroll to the right to see the content.
 * You should remove those width properties and your site will respond much better.
 *  Thread Starter [nay18](https://wordpress.org/support/users/nay18/)
 * (@nay18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-37/#post-6403940)
 * Thanks so much CrouchingBruin! ☺☺
    Working on this now!
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-37/#post-6403942)
 * OK, if you have a cache plugin activated, be sure to either deactivate it temporarily
   while you’re making changes or flush the cache so your changes will show up right
   away.
 *  Thread Starter [nay18](https://wordpress.org/support/users/nay18/)
 * (@nay18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-37/#post-6403957)
 * Hi Crouching Bruin..
 * Thanks for all the help – not sure if you could help me with another issue im
   experiencing…
 * I removed the width but then the ‘ div.entry-content decreased( there is no option
   on this theme to not remove a side bar so I removed it from the sidebar page.
 * I need my content in the body to be full width or central.
 * Thank you so much!

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

The topic ‘Responsiveness’ is closed to new replies.

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

 * 8 replies
 * 3 participants
 * Last reply from: [nay18](https://wordpress.org/support/users/nay18/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/responsiveness-37/#post-6403957)
 * Status: resolved