Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • hzc0mm Friend
    #172609

    When I display Content via Category-Links, i.e. 2 Column Layout, the right column “sticks” to the separator line -> see attached pic. I need at least 10px margin on the left of the right column items so there’s some space between the “dot-2” vertical separator line and the content

    worked before i updates t3 via extension manager

    VERY urgend, got to deploy this site in about 6 hours


    1. 2column
    khoand Friend
    #433123

    Hi,
    You replace this code from /plugins/system/jat3/jat3/base-themes/default/css/layout.css

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

    with

    .cols-2 .item {
    width: 48.5%;
    }

    You replace this code from /templates/ja_teline_iv/css/template.css

    .items-row .item {
    background: url(../images/dot-2.gif) repeat-y left;
    padding-left: 10px; < add this line
    }

    hzc0mm Friend
    #433136

    thx man – width:48px did the trick 🙂 48.5 shot the right column one line below. now it’s working. thx.

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

This topic contains 3 replies, has 2 voices, and was last updated by  hzc0mm 12 years, 10 months ago.

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