Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • damian Friend
    #164301

    How to make K2 Tag display in columns like in Category View. Thanks

    thangnn1510 Friend
    #392761

    Please change this code:

    div.genericItemIntroText {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    padding: 4px 0 12px;
    }

    to

    div.genericItemIntroText {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    padding: 4px 0 12px;
    clear:both;
    }

    and change this code:

    div.genericItemView {
    border-bottom: 1px dotted #303030;
    margin: 0 0 16px;
    padding: 8px 0;
    }

    to


    div.genericItemView {
    border-bottom: 1px dotted #303030;
    float: left;
    margin: 0 0 16px;
    min-height: 700px;
    padding: 8px 0;
    width: 49%;
    }

    in components/com_k2/css/k2.css

    damian Friend
    #392852

    Hi thangnn1510,

    Million Thanks. Work like a charm 😀

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

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

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