Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • davidrabinov Friend
    #170105

    Hi,

    I need more space in between the 2 columns in the main content.

    View my site – http://www.lacigarra.net

    In the frontpage in the main content there are 2 columns, I need to space them up a bit more from each other.

    Thank you

    khoand Friend
    #421897

    Hi,
    Could you give me username + password of backend and a link to your website?

    chavan Friend
    #421898

    No more space can be made. since it already has the width of 50% each.

    Do you want the border to be separate for the two columns. It can be done.

    Note: If you Find my Post useful please click on the Thanks Icon

    khoand Friend
    #421901

    You find this code from /plugins/system/jat3/jat3/base-themes/default/css/template.css in the line #954

    .ja-content-main {
    margin-bottom: 20px;
    width: 800px; < add this line
    }

    chavan Friend
    #421904

    Khoand,

    As he has asked for space, since it is already 50%. I tried adding some padding and margin nothing worked. Let’s see what he specifically Needs.

    David,

    Please post a screenshot how you need it.

    Note: If you Find my Post useful please click on the Thanks Icon

    davidrabinov Friend
    #421908

    The main content has 2 columns, I need more space in between those columns. Perhaps 48% or 49% might work for me. Where can I find the css for this?

    chavan Friend
    #421909

    Go to this File: plugins/system/jat3/jat3/base-themes/default/css/layout.css

    Replace this code


    .cols-2 .item {
    width: 50%;

    }

    With


    .cols-2 .item {
    width: 45%;

    }

    Add this code to the same file:

    .cols-2 .column-2 {
    float: right;

    }

    Note: If you Find my Post useful please click on the Thanks Icon

    davidrabinov Friend
    #421922

    Thank you, that did the trick!

    chavan Friend
    #421926

    Awesome you are most Welcome 🙂

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

This topic contains 9 replies, has 3 voices, and was last updated by  chavan 13 years ago.

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