Title: Modify Widget Width
Last modified: August 20, 2016

---

# Modify Widget Width

 *  Resolved [n0n1ckname](https://wordpress.org/support/users/n0n1ckname/)
 * (@n0n1ckname)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/modify-widget-width/)
 * Hi all
 * First time poster, actually first time i use wordpress as well.
 * have purhcased a wordpress theme and have started to modify it albeit very slowly,
   learning alot as i go.
 * on my main page i am trying to fit 3 widgets side by side but they overlap and
   i was wondering how i modify the width of the widgets or remove the line that
   seperates the widgets.
 * site is [](http://teshere.com.au/wordpress)
 * Thanks

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/modify-widget-width/#post-2126268)
 * please check the link to your site.
 *  Thread Starter [n0n1ckname](https://wordpress.org/support/users/n0n1ckname/)
 * (@n0n1ckname)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/modify-widget-width/#post-2126277)
 * sorry the site is [http://www.testhere.com.au/wordpress](http://www.testhere.com.au/wordpress)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/modify-widget-width/#post-2126282)
 * problem is caused by:
 *     ```
       .colborder {
       			border-left:1px solid #d2d0d0;
       			padding-left:29px;
       			margin-right:-29px !important;
       			}
       ```
   
 * in style.css of the theme.
 * partly fix:
    add this to the end of style.css:
 * `.textwidget { padding-right:29px; }`
 * in extreme, you can address each textwidget individually:
 *     ```
       #text-7 .textwidget { padding-right:20px; }
       #text-8 .textwidget { padding-right:39px; }
       ```
   
 *  Thread Starter [n0n1ckname](https://wordpress.org/support/users/n0n1ckname/)
 * (@n0n1ckname)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/modify-widget-width/#post-2126283)
 * alchymyth you are a champion that worked perfectly thanks very much

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

The topic ‘Modify Widget Width’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [n0n1ckname](https://wordpress.org/support/users/n0n1ckname/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/modify-widget-width/#post-2126283)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
