Title: Basic CSS question &#8211; help!
Last modified: August 20, 2016

---

# Basic CSS question – help!

 *  Resolved [wildbug](https://wordpress.org/support/users/wildbug/)
 * (@wildbug)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/basic-css-question-help/)
 * I am trying to change my homepage layout to a 3 column design on a test site.
   Can’t get the right sidebar to display right. It is showing up on the left under
   the left column. What have I done wrong? It starts with “FREE GUIDE.” Thanks!!
 * [my homepage](http://dirtyplanetdiet.com/)
 * p.s. Originally I tried to create 2 sidebars so I could just call in the 2 sidebars
   where needed. This produced an error. Is there any way to create 2 sidebars? 
   What .php docs would need to be altered? Instead, I reverted to using the theme’s
   sidebar on the right, and creating a second column in the content area and calling
   in a sidebar widget…

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

 *  [João Sardinha](https://wordpress.org/support/users/johnsardine/)
 * (@johnsardine)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/basic-css-question-help/#post-2138651)
 * Look for #sidebar {} in the css file and add width: 200px;
 *  Thread Starter [wildbug](https://wordpress.org/support/users/wildbug/)
 * (@wildbug)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/basic-css-question-help/#post-2138779)
 * Thanks but my sidebar already has CSS for 200px. Here is the code on my stylesheet:`#
   sidebar {
    width: 200; float: right; }`
 * I do know the very basics and I feel like I did everything right. Which is why
   I am now stumped! Hope somebody can help me. THANKS!
 *  [João Sardinha](https://wordpress.org/support/users/johnsardine/)
 * (@johnsardine)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/basic-css-question-help/#post-2138791)
 * you need the px after 200, it indicates the unit, try that
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/basic-css-question-help/#post-2138793)
 * Needs to be 200px;
 * #sidebar {
    width: **200px;** float: right; }
 *  Thread Starter [wildbug](https://wordpress.org/support/users/wildbug/)
 * (@wildbug)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/basic-css-question-help/#post-2138811)
 * Doh! Glad it was such an easy fix. I feel a bit foolish but thankful I had you
   two to set me on the right path. THANK YOU!!
 *  [João Sardinha](https://wordpress.org/support/users/johnsardine/)
 * (@johnsardine)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/basic-css-question-help/#post-2138813)
 * It’s always in the details, always… 😉 You’re welcome

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

The topic ‘Basic CSS question – help!’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [João Sardinha](https://wordpress.org/support/users/johnsardine/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/basic-css-question-help/#post-2138813)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
