Is it possible to change the widht, så that center collum is 730 and right collum is 300?
Yes, you can do this with CSS:
.column-2 { width: 730px; } .column-3 { width: 300px; }
Comments
Comment #1
jenlamptonYes, you can do this with CSS:
Comment #2
jenlampton