Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • madsoftware Friend
    #149416

    How 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

    histeriks Friend
    #335829

    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 🙂

    madsoftware Friend
    #335832

    Thanks for your quick response but I’d like to change getColumnWidth() return value and not CSS values.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  madsoftware 14 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum