Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • waseemhussain Friend
    #157440

    Hi,

    When I activate modules in the positions user 1 & user 2, then it seems like their width is fixed as 50% each ?
    How can I manually declare that I want user 1 to have a width of 20% and user2 as 80% ?
    I tried in the css, for .ja-box-left and .ja-box-right
    But it it doesn’t work..

    its like the width is fixed somewhere else, and I can’t find it…

    Hayden A Friend
    #366826

    user1 & user2 are fixed at 50% as joomla default.

    if you want user1: 20%, user2: 80% then you open file templatesja_ravecsstemplate.css and add this line
    [PHP]#ja-topsl .ja-box-left{
    width: 20% !important;
    }

    #ja-topsl .ja-box-right{
    width: 80% !important;
    }[/PHP]

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

This topic contains 2 replies, has 2 voices, and was last updated by  Hayden A 13 years, 11 months ago.

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