Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • kyletbrown Friend
    #149390

    Hi, I’ve used firebug and just can’t figure out where the right column width is set. Can you please point me to where I would set the right column width globally?

    John Wesley Brett Moderator
    #335677

    Hi Kyle,

    Yeah…with the great new T3 platform things are a little different…and actually easier once you know where to look. 🙂

    Open templates/ja_kyanite_ii/layouts/default.php line 14
    you’ll see


    $this->_basewidth = 30;

    That “30” is the number you want to adjust…AND it’s a percentage!

    For instance set to “30” the RIGHT module area occupies 30% of the screen…leaving 70% on the left for copy.
    If you set it to “50” then the right column and the main column would be equal in width… 50/50

    Have fun!
    John.

    kyletbrown Friend
    #335722

    Awesome, so that worked, but now what if I want to have the left be one size, the right a different size?

    Thanks a lot for the help!

    Kyle

    oekoguide Friend
    #374756

    I got the same problem:

    right module should be 300px and the left one 180px. – But both cols have always one size….

    Could someone help! 🙂

    Sherlock Friend
    #374951

    <em>@oekoguide 218889 wrote:</em><blockquote>I got the same problem:

    right module should be 300px and the left one 180px. – But both cols have always one size….

    Could someone help! :)</blockquote>

    Dear oekoguide,

    You can try with following css
    #ja-left{
    width:180px !important;
    }
    #ja-right{
    width:300px !important;
    }

    I hope it should help !

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

This topic contains 5 replies, has 4 voices, and was last updated by  Sherlock 13 years, 9 months ago.

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