I don't want the right column to be the default size. I want it to be more narrow. Please help. Thank you!

Comments

jenlampton’s picture

Assigned: loco8228 » jenlampton
Issue summary: View changes
Status: Active » Fixed

You can change the width of the columns with CSS. Here is an example of very narrow sidebars with a wider center column:

.column-1 {
  width: 150px;
}
.column-2 {
  width: 700px;
}
.column-3 {
  width: 150px;
}
jenlampton’s picture

Status: Fixed » Closed (fixed)