Title: Margin Mobile
Last modified: September 26, 2025

---

# Margin Mobile

 *  [thalakus](https://wordpress.org/support/users/thalakus/)
 * (@thalakus)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/margin-mobile/)
 * Hi, how can I change the margin on the page to the side so that the content looks
   bigger on mobile versions?
 * Thanks in advance!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmargin-mobile%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Rajab Said](https://wordpress.org/support/users/snrjosh/)
 * (@snrjosh)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/margin-mobile/#post-18657989)
 * Hi [@thalakus](https://wordpress.org/support/users/thalakus/),
 * Thanks for reaching out to us.
 * The content wrapper in mobile devices only has padding, but not margin. You can
   adjust this padding using custom CSS:
 *     ```wp-block-code
       @media only screen and (max-width: 767px) {    .content-wrapper.container {        padding-left: 0px;        padding-right: 0px;           }}
       ```
   
 * You can add this under **Appearance > Customize > Additional CSS**.
 * Please try this and let us know if it helps achieve your goal.
 * Thanks.

Viewing 1 replies (of 1 total)

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

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

 * 1 reply
 * 2 participants
 * Last reply from: [Rajab Said](https://wordpress.org/support/users/snrjosh/)
 * Last activity: [8 months, 2 weeks ago](https://wordpress.org/support/topic/margin-mobile/#post-18657989)
 * Status: not resolved