Title: Mobile Error
Last modified: August 30, 2016

---

# Mobile Error

 *  [nerdmail](https://wordpress.org/support/users/nerdmail/)
 * (@nerdmail)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-error-1/)
 * It is in trouble when I get on the phone or ipad see my site [http://celebratetime.com.br](http://celebratetime.com.br)

Viewing 1 replies (of 1 total)

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-error-1/#post-6260616)
 * Are you referring to the extra white space to the right? That’s because in the
   footer, where it says **by Gianca Digital**, you have an element with an inline
   style that sets the width to 980px:
 *     ```
       <div style="width:980px; margin:0 auto;text-align: center;">
       ```
   
 * This means the web page won’t shrink down at mobile widths, it will always stay
   at 980px wide. First, it should not be using an inline style, that’s bad programming
   practice. Second, the width should not be set in that element, there is no need.

Viewing 1 replies (of 1 total)

The topic ‘Mobile Error’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/mobile-error-1/#post-6260616)
 * Status: not resolved