Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • global21 Friend
    #207457

    Hi,
    I have a menu item set as category blog is there a way to split the sub category list to be split into 3 columns.
    I have 12 sub categories for a particular category.

    Screenshot Included

    Many Thanks


    1. categories_page
    Ninja Lead Moderator
    #574403

    Which area are you referring to on your site? Things at least look to be running smoothly from what I can see. I will help you to check it further.

    global21 Friend
    #574414

    Hi Ninja,

    This is the page i am referring to is
    http://www.lcdc.cab/information/behind-the-scenes-at-the-lcdc-cat

    As you can see the list of sub categories is long, all i want is to have 3 columns with sub categories as
    1 2 3
    4 5 6
    7 8 9
    ect
    instead of
    1
    2
    3
    4
    5
    6
    7
    8
    9
    ect
    Thanks in advance

    Ninja Lead Moderator
    #574522

    Try to use my solution below

    Open templates/ja_teline_v/css/custom.css file


    .t3-content .cat-children {
    width: 100%;
    }

    .t3-content .cat-children > div {
    width: 33%;
    float: left;
    }

    .t3-content .cat-children .page-header {
    white-space: nowrap;
    }

    Ninja Lead Moderator
    #640867

    Try to use my solution below

    Open templates/ja_teline_v/css/custom.css file


    .t3-content .cat-children {
    width: 100%;
    }

    .t3-content .cat-children > div {
    width: 33%;
    float: left;
    }

    .t3-content .cat-children .page-header {
    white-space: nowrap;
    }

    Ninja Lead Moderator
    #739531

    Try to use my solution below

    Open templates/ja_teline_v/css/custom.css file


    .t3-content .cat-children {
    width: 100%;
    }

    .t3-content .cat-children > div {
    width: 33%;
    float: left;
    }

    .t3-content .cat-children .page-header {
    white-space: nowrap;
    }

    global21 Friend
    #574587

    Sorted it out myself with CSS

    .cat-children .page-header {
    display: block;
    float: left;
    width: 33%;
    }

    All working fine now and its responsive.

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

This topic contains 7 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 5 months ago.

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