Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • miniu81 Friend
    #166555

    How and where can I justify (in this template) the whole page to the left not in the center?

    pritam Friend
    #402278

    Hello miniu81 ,

    To Page align to the left

    Can you provide your site url.But first go into the template manager and set css optimization to “No” so we can see the correct files to modify and not the compressed version.

    miniu81 Friend
    #402279
    pritam Friend
    #402281

    Hello miniu81 ,

    To Page align to the left

    Find this code at http://miniu81.fatcow.com/site_gssl/ line no. 72

    body.bd #ja-wrapper
    {

    min-width: 980px;
    }

    Change this code to :-

    body.bd #ja-wrapper {
    float: left;
    min-width: 980px;
    }

    miniu81 Friend
    #402298

    I went and check all css files for this template and I can not find it… do you have any suggestion where this part can be?

    pritam Friend
    #402305

    Hello miniu81 ,

    To Page align to the left

    Find this code at /plugins/system/jat3/jat3/base-themes/default/css/template.css line no.898

    #ja-wrapper {
    float: left;
    }

    Change this code to :-
    #ja-wrapper {
    float: left;
    }

    Phill Moderator
    #402312

    Why do it in the plugin? Please add the code in the template.css file in templates>ja_teline_iv>css>template.css

    That way your changes will not be lost if you update the plugin.

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

This topic contains 7 replies, has 3 voices, and was last updated by  Phill 13 years, 3 months ago.

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