Title: Right Column Width Size
Last modified: August 19, 2016

---

# Right Column Width Size

 *  Resolved [rcheeseman](https://wordpress.org/support/users/rcheeseman/)
 * (@rcheeseman)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/right-column-width-size/)
 * I am new to this and am setting up [http://www.aimlow.com](http://www.aimlow.com)
   
   I am using the Kirby Theme. I set up the Widget area on the right side of the
   page. I put AdSense Code in the Text Widget. The widget width is not wide enough
   to display the full ad so half gets cut off…
 * Am i doing this in the best way?
 * Is there a way I can make the right column wider to fit the whole ad?
    I am not
   a coder and have poked around trying my best to figure this out. TIA, Rob

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/right-column-width-size/#post-1401039)
 * **make a backup copy of your theme files before editing**
 * try, and edit 2c-r.css:
 *     ```
       #container {
       	float: left;
       	margin: 0 -300px 0 0; /*was 240px */
       	width: 100%;
       }
       #content {
       	margin: 0 320px 0 20px;
       }
       #primary,
       #secondary {
       	float: right;
       	position: relative;
       	overflow: hidden;
       	width: 300px; /*was 220px */
       }
       ```
   
 *  Thread Starter [rcheeseman](https://wordpress.org/support/users/rcheeseman/)
 * (@rcheeseman)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/right-column-width-size/#post-1401072)
 * Thanks… that almost worked… it made the column wider, but it also sent it to 
   lower on the page beneath the posts. I’ll leave it up for a while if you have
   a chance to look at it
 *  Thread Starter [rcheeseman](https://wordpress.org/support/users/rcheeseman/)
 * (@rcheeseman)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/right-column-width-size/#post-1401076)
 * Oh wait… that worked… I forgot one line on the first post… thank you very much.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/right-column-width-size/#post-1401092)
 * well done,
 * just saw (in IE7) that longer post titles can intrude into the sidebar, now that
   the gap is narrower:
 * edit style.css and add a max-width:
 *     ```
       .entry-title {
       	color: #000; max-width:600px;
       	font-size: 21px;
       	font-weight: bold;
       }
       ```
   

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

The topic ‘Right Column Width Size’ is closed to new replies.

## Tags

 * [column](https://wordpress.org/support/topic-tag/column/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 4 replies
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/right-column-width-size/#post-1401092)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
