Loading...
 
Features / Usability

Features / Usability


Width of Right Sidebar

posts: 175 Canada

Can someone point me to the info on how to change the width of the right sidebar column?

Thanks!

posts: 40

I'm no css expert and this reply may be too late for you use, but the right sidebar is called col2 in the css files. You may be able to change the width by creating a custom.css file (put it under styles/ eg: styles/feb12/custom.css). You could try something like this --

  1. col2{

width: 240px;
overflow: visible;
}