Is it possible to change the widht, så that center collum is 730 and right collum is 300?

Comments

jenlampton’s picture

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

Yes, you can do this with CSS:

.column-2 {
  width: 730px;
}
.column-3 {
  width: 300px;
}
jenlampton’s picture

Status: Fixed » Closed (fixed)