Title: Mobile Padding
Last modified: March 23, 2022

---

# Mobile Padding

 *  [noobystok](https://wordpress.org/support/users/noobystok/)
 * (@noobystok)
 * [4 years ago](https://wordpress.org/support/topic/mobile-padding-3/)
 * Is it possible to remove the padding on the mobile layout for posts? I see that
   there’s a smaller than the screen container for the body of the post and I’d 
   like to see if there’s a way to stretch it so that it takes full advantage of
   the mobile width.
 * Thanks in advance for any help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-padding-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [4 years ago](https://wordpress.org/support/topic/mobile-padding-3/#post-15492065)
 * Hi! Is there any chance you can take a screenshot of the padding you mean? I 
   can’t see where it’s not filling the mobile screen.
 *  Thread Starter [noobystok](https://wordpress.org/support/users/noobystok/)
 * (@noobystok)
 * [4 years ago](https://wordpress.org/support/topic/mobile-padding-3/#post-15493547)
 * If you look at this page (or any post) on mobile you can see that the “box” that
   the content is in, with a shadow, is smaller than the screen width: [https://www.engagementsphotos.com/how-much-should-engagement-photography-cost](https://www.engagementsphotos.com/how-much-should-engagement-photography-cost)
 * Sorry, not sure hot to attach a screenshot.
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [4 years ago](https://wordpress.org/support/topic/mobile-padding-3/#post-15517924)
 * For my mobile resolution it doesn’t include the box with shadow.
 * Add this in Customize > Additional CSS:
 *     ```
       @media only screen and (max-width: 479px) {
       .single .content { padding: 0; }
       .single .content > article { padding: 0; }
       }
       ```
   
 * The theme currently changes to no padding at 479px or less. Change the 479px 
   width value as you wish, to something like 540px perhaps? Depends on your mobile
   screen resolution.

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

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

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/mobile-padding-3/#post-15517924)
 * Status: not resolved