How to make sidebar wider?
-
Hey everyone,
I’m using the Twenty Ten template and I was just wondering how to make the sidebar a little bit wider (to about 300 px). I’ve tried to play around with the style.css code but when I adjusted the width size, the sidebar did get wider but it just got cut off on the right side of the screen.
Here’s the code I tried to play around with:
/* Main sidebars */
#main .widget-area ul {
margin-left: 0;
padding: 0 20px 0 0;}
#main .widget-area ul ul {
border: none;
margin-left: 1.3em;
padding: 0;
}
#primary {
}
#secondary {
}Can anyone help me out with this? Thanks a lot.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to make sidebar wider?’ is closed to new replies.