- πΊπΈUnited States jenlampton
Yes, you can do this with CSS:
.column-2 { width: 730px; } .column-3 { width: 300px; }
- Status changed to Fixed
3 months ago 6:13am 7 September 2024
Is it possible to change the widht, sΓ₯ that center collum is 730 and right collum is 300?
Fixed
1.0
Code
Yes, you can do this with CSS:
.column-2 {
width: 730px;
}
.column-3 {
width: 300px;
}