Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • peforever Friend
    #158436

    I have light-color theme set as the default and opened core/themes/light-color/css/color.css
    How do i change the color of the left and right columns?

    Phill Moderator
    #370708

    Please post a link to your site and an image showing exactly what you want to change. Is it the complete columns or just the modules therin?

    peforever Friend
    #370721

    The complete columns.
    I have attached a screenshot with a red stroke around the columns of this template here:

    http://www.joomlart.com/forums/topic/change-column-padding-and-margins/

    For a clearer shot, look at the Anion demo template (i havn’t changed much as of yet).
    Thanks

    Phan Gam Friend
    #370775

    Hi,
    Try to fix as follows :

    Open color.css file under templatesja_anioncorethemeslight-colorcss folder and

    add the following code for div.ja-moduletable .ja-box-ct

    div.ja-moduletable .ja-box-ct {
    padding: 0px;
    }

    After saving, clear all cache data to get effect.
    Hope that helps

    peforever Friend
    #370862

    Thanks Phan,
    That worked.

    peforever Friend
    #370873

    Thanks!
    That worked perfectly.
    Now, how do change the padding on the main menu module (currently in the left column)?

    thuanlq Friend
    #371100

    Hi @peforever,

    Please add new style as following in “template.css” file in “templates/ja_anion/css/”


    #ja-mainbody
    {
    width:70% !important;
    }
    #ja-mainbody #ja-current-content
    {
    width: 69% !important; /*width of main content container*/
    }
    #ja-mainbody #ja-inset1
    {
    width:29% !important; /*width of mainmenu container*/
    padding:5px !important; /* input your padding value in here*/
    }
    #ja-right
    {
    width: 30% !important;
    }

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

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

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