Title: Margin on mobile
Last modified: October 7, 2020

---

# Margin on mobile

 *  [aureliaandthegreen](https://wordpress.org/support/users/aureliaandthegreen/)
 * (@aureliaandthegreen)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/margin-on-mobile-2/)
 * Hello,
 * For some reason the margins in all my blog posts have became enormous only on
   the mobile view. Not sure what happened and how to make it nice again.
 * Thank you
 * Aurélia
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmargin-on-mobile-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/margin-on-mobile-2/#post-13502522)
 * Hello [@aureliaandthegreen](https://wordpress.org/support/users/aureliaandthegreen/),
 * Aurélia, the **extra space** is created by the **padding** in the following **
   CSS** code:
 *     ```
       .single-post #main-content .container {
           max-width: 940px;
           padding-left: 100px; */
           padding-right: 100px; */
       }
       ```
   
 * You’ll need to find out where that **padding** was changed. For that, you may
   need to contact **Elegant Themes support**: [https://www.elegantthemes.com/contact/](https://www.elegantthemes.com/contact/).
 * Otherwise, you can **override** the padding by **adding** the following **CSS
   code** in the **Appearance > Customize > Additional CSS** section of your **WordPress
   Admin dashboard**:
 *     ```
       .single-post #main-content .container {
           padding-left: 0!important; */
           padding-right: 0!important; */
       }
       ```
   

Viewing 1 replies (of 1 total)

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

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 1 reply
 * 2 participants
 * Last reply from: [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/margin-on-mobile-2/#post-13502522)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
