Title: Theme is not responsive!
Last modified: August 21, 2016

---

# Theme is not responsive!

 *  Resolved [iridium21](https://wordpress.org/support/users/iridium21/)
 * (@iridium21)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-is-not-responsive/)
 * This is a GREAT theme that does everything I need it to do (almost). It looks
   great in all browsers – except it does NOT work on my iPhone. All that shows 
   up on iPhone is the logo and the side bar. When you click on the menu links –
   again, all that shows up is the logo and the side bar. So the site is unusable
   by mobile devices.
    How can this be fixed?
 * ALL HELP AND ADVICE GREATLY APPRECIATED

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

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-is-not-responsive/#post-5152962)
 * Can you post a link to your site?
 *  Thread Starter [iridium21](https://wordpress.org/support/users/iridium21/)
 * (@iridium21)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-is-not-responsive/#post-5153007)
 * Sorry, I should have done that.
    it’s [http://www.werribeeparkheritageorchard.org.au/](http://www.werribeeparkheritageorchard.org.au/)
 * Thanks for taking a look!
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-is-not-responsive/#post-5153027)
 * The problem seems to be this code in your custom CSS:
 *     ```
       #content {
           float: right;
           width: 960px;
           background-color: #ffffff;
       }
       ```
   
 * It applies no matter what the screen size is, so it fouls up the responsiveness
   at screen sizes smaller than 960px. Deleting it would fix the problem, but do
   you remember why you added it?
 *  Thread Starter [iridium21](https://wordpress.org/support/users/iridium21/)
 * (@iridium21)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-is-not-responsive/#post-5153042)
 * You are a **total star**, Stephen. You’ve fixed the problem. THANK YOU!
    I can’t
   remember why I added that piece of code, but it’s gone now and the site looks
   fantastic on my iPhone. Many, many thanks. May good karma pour blessings upon
   you.

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

The topic ‘Theme is not responsive!’ is closed to new replies.

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

## Tags

 * [iphone](https://wordpress.org/support/topic-tag/iphone/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)

 * 4 replies
 * 2 participants
 * Last reply from: [iridium21](https://wordpress.org/support/users/iridium21/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/theme-is-not-responsive/#post-5153042)
 * Status: resolved