Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • ericaschulz Friend
    #148628

    I want to take out the paddding-left on the left and right modules. Where should I go in the code to update this?

    Please help!

    Anonymous Moderator
    #332549

    Hi ericaschulz

    Open templates/ia_kyanite_ii/css/template.css file, find ja-left, ja-right classes to change

    Anonymous Moderator
    #332550

    Hi ericaschulz

    Open templates/ia_kyanite_ii/css/template.css file, find ja-left, ja-right classes to change

    ericaschulz Friend
    #332788

    Right now there is nothing there…
    /* Left Columns —*/
    #ja-left .ja-l2 {}

    /* Right Columns —*/
    #ja-right .ja-r2 {}

    Is there another place I should remove the left padding from?

    Anonymous Moderator
    #332852

    Hi ericaschulz

    To solve your issue, please open template.css file, add following code to the end of file:

    #ja-left {
    padding-left: your padding
    }

    #ja-right{
    padding-left: your padding
    }

    For more information, please read our wiki: http://wiki.joomlart.com

    ericaschulz Friend
    #332884

    I tried doing that and there is no change in the left and right padding issue. Which is why I am wondering if the code must be edited somewhere else.

    /* Left Columns ---*/
    #ja-left .ja-l2 {padding-left: 0px;}

    /* Right Columns ---*/
    #ja-right .ja-r2 {padding-left: 0px;}

    myfatpocket Friend
    #332925

    Does this also work to change the width of the column?

    I’ve changed mine to

    /* Right Columns —*/
    #ja-right .ja-r2 {width: 250px}

    but doesn’t seem to work.

    Thanks.
    Ming

    ericaschulz Friend
    #332948

    Ming, That doesnt seem to change anything either.
    I’ll try anything that can fix this problem but so far nothing has seemed to work fully.

    I added the 0px padding left to this part and it removed some of the left padding but not all:

    /* 3 Columns - Classic Layout ---*/
    #ja-container.ja-l1r1 {padding-left: 0px;}

    ericaschulz Friend
    #332949

    If anyone else needs the solution to this I figured out the problem.
    To this line of code

    div.ja-module .ja-box-ct, div.module .ja-box-ct { padding: 10px 15px; }
    I edited to

    div.ja-module .ja-box-ct, div.module .ja-box-ct { padding: 0px 15px 0px 0px; }

    myfatpocket Friend
    #333538

    <em>@ericaschulz 165311 wrote:</em><blockquote>If anyone else needs the solution to this I figured out the problem.
    To this line of code

    div.ja-module .ja-box-ct, div.module .ja-box-ct { padding: 10px 15px; }

    I edited to

    div.ja-module .ja-box-ct, div.module .ja-box-ct { padding: 0px 15px 0px 0px; }
    </blockquote>

    Does this work for width as well?

    mj1256 Friend
    #334237

    i also would like to change the width

    need the quite how-to please

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

This topic contains 11 replies, has 4 voices, and was last updated by  mj1256 14 years, 8 months ago.

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