Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mike agnassia Friend
    #137298

    Hello,

    How to increase right colum border
    see attached image
    it’s a emergency

    Thank You very much


    1. increase_right_width_colum
    Anonymous Moderator
    #287416

    Hi estreetz,

    Open file templates/ja_edenite/css/template.css, at about line 550, find following script:

    #ja-col2 {

    color:#626A69;
    float:right;
    overflow:hidden;
    width:24%;
    }

    and change to:

    #ja-col2 {
    border-left:6px solid #FF0000;/*You can change the size of border*/
    color:#626A69;
    float:right;
    overflow:hidden;
    width:24%;
    }

    mike agnassia Friend
    #287463

    Hello,

    I need to align gray line on right colum to the beginning at green border

    Could you help ?
    it’s a emergency


    1. align-colum
    Anonymous Moderator
    #287546

    Please try with following code:

    #ja-col2 {
    border-left:6px solid #4C4C4C;/*You can change the size of border*/
    color:#626A69;
    float:right;
    overflow:hidden;
    width:24%;
    }

    mike agnassia Friend
    #287851

    Hello,
    You don’t understand me,
    I need to move gray line to the left to match with begining of green box

    Thank You Very Much

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

This topic contains 5 replies, has 2 voices, and was last updated by  mike agnassia 15 years, 10 months ago.

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