Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kennethjones Friend
    #129027

    Hello All,

    I am trying to adjust the left column width to accomodate a 175px wide custom menu. in JA Helio.

    I found some of the adjustments in the css. but when I make the changes the column drops. I need to know the exact width to make the main area and where to enter the values needed. can someone please help.

    Thanks

    site: http://nyclients.com/eatstrong/web/

    using joomla 1.5

    Sherlock Friend
    #251022

    You open template.css file in templates/ja_helio/css folder , find following code section at about line 537 :


    #ja-col1 {
    float:left;
    overflow:hidden;
    width:27%;
    }

    change into :


    #ja-col1 {
    float:left;
    overflow:hidden;
    width:175px;
    }

    Menalto Friend
    #251033

    If you have problems with the mainbody dont follows you can take a look at this post HERE

    kennethjones Friend
    #251042

    Thanks, that worked great, I was adding % values – did not think to use the whole number value.

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

This topic contains 4 replies, has 3 voices, and was last updated by  kennethjones 16 years, 6 months ago.

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