Title: Margin problem in mobile
Last modified: August 30, 2016

---

# Margin problem in mobile

 *  Resolved [Faivon](https://wordpress.org/support/users/faivon/)
 * (@faivon)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/margin-problem-in-mobile/)
 * Whenever I open my website in mobile, say Android or any mobile device, the content
   would be too small in the center and I can’t find the code to make it full width.
 * Help please?
 * The website is mistral.co.id

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

 *  Theme Author [WEN Themes](https://wordpress.org/support/users/wenthemes/)
 * (@wenthemes)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/margin-problem-in-mobile/#post-6494674)
 *  [Anna Webdesign](https://wordpress.org/support/users/anna-webdesign/)
 * (@anna-webdesign)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/margin-problem-in-mobile/#post-6494692)
 * In the /assets/css/responsive.css
 * Rule 449
 * Change:
 *     ```
       #primary {
       	    width: 100%;
       }
       ```
   
 * to
 *     ```
       #primary {
       	    width: 100%;
       	    padding-left:15px!important;
       	    padding-right:15px!important;
       	}
       ```
   
 *  Thread Starter [Faivon](https://wordpress.org/support/users/faivon/)
 * (@faivon)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/margin-problem-in-mobile/#post-6494715)
 * Thank you! My site looks better now.
    I’ll figure out the rest to make it more
   better 🙂
 *  Theme Author [WEN Themes](https://wordpress.org/support/users/wenthemes/)
 * (@wenthemes)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/margin-problem-in-mobile/#post-6494718)
 * Thanks to [@anna](https://wordpress.org/support/users/anna/) Webdesign for the
   solution. And apology for the blank post that was posted earlier. Anyways, if
   you’ve any further issues or confusion then kindly post here. Thanks!

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

The topic ‘Margin problem in mobile’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wen-business/2.2/screenshot.png)
 * WEN Business
 * [Support Threads](https://wordpress.org/support/theme/wen-business/)
 * [Active Topics](https://wordpress.org/support/theme/wen-business/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wen-business/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wen-business/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [WEN Themes](https://wordpress.org/support/users/wenthemes/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/margin-problem-in-mobile/#post-6494718)
 * Status: resolved