madsoftware;168895How can I change column width in layout files such as
layout/default.php
or
layout/3-columns-classic.php
For example I find in layout/3-columns-classic.php:64
$this->getColumnWidth(‘mw’);
Where can I modify function $this->getColumnWidth ?
Thank you
Diego Vitali
MAD Software
Hi madsoftware,
You will find parameters for changing widths of columns in file layout.css, located in the css folder of your template directory. Overall width of the template is set on line 16:
.main { width: 980px; margin: 0 auto; position: relative;}
and columns are set in percents.
Good luck 🙂