Title: Twentytwelve right margin issues
Last modified: August 21, 2016

---

# Twentytwelve right margin issues

 *  [Marc B.](https://wordpress.org/support/users/marc-b/)
 * (@marc-b)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/twentytwelve-right-margin-issues/)
 * The line lengths of my main text area are too long so I’m trying to add extra
   space to the right margin.
 * However, I want keep the margins I currently have on my iPhone… everything is
   looking fine there.
 * Is there any way to adjust for a monitor but not a phone?
 * Thanks!
 * [http://www.marcblaustein.com](http://www.marcblaustein.com)

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

 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/twentytwelve-right-margin-issues/#post-4491822)
 * Try adding your css code in here.
 *     ```
       @media screen and (min-width: 960px) {
   
       YOUR CODE HERE
   
       }
       ```
   
 *  Thread Starter [Marc B.](https://wordpress.org/support/users/marc-b/)
 * (@marc-b)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/twentytwelve-right-margin-issues/#post-4491823)
 * Do you mean whatever is in my child theme CSS?
    I tried this but no luck. No 
   affect on the right margin. Thanks.
 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/twentytwelve-right-margin-issues/#post-4491828)
 * By putting the code in the selector above it will only take effect if the screen
   is 960px or larger in width.
    So adding your width attribute like the code below
   will limit the width to 70% if the screen is 960px or more, otherwise it reverts
   to the default settings.
 *     ```
       @media screen and (min-width: 960px) {
   
       .entry-content {
           max-width: 70%;
       }
   
       }
       ```
   

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

The topic ‘Twentytwelve right margin issues’ is closed to new replies.

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [batharoy](https://wordpress.org/support/users/batharoy/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/twentytwelve-right-margin-issues/#post-4491828)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
