test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • t4mobile Friend
    #697253

    I want to show more than 4 categories actively (columns) on Browse Listing

    Adam M Moderator
    #750977

    Hi @t4mobile,

    Could you please provide your site url so I can assist you better since in demo site, currently there are 4 blocks here.

    t4mobile Friend
    #704134

    I want to have 5 or more blocks across.
    http://www.zipsalons.com/vdirectory

    t4mobile Friend
    #751204

    I want to have 5 or more blocks across.
    http://www.zipsalons.com/vdirectory

    Adam M Moderator
    #704561

    Hi @t4mobile,

    Please open file templatesja_directorycsscustom.css file then add this code :

    In case you want to implement 5 columns

    @media (min-width: 992px) {
    section.t3-section .k2CategoriesListBlock .level0 > li {
    width: 20%;
    }
    }
    .t3-section .k2CategoriesListBlock .level0 > li:nth-child(4n + 1) {
    clear: none;
    }
    .t3-section .k2CategoriesListBlock .level0 > li:nth-child(5n + 1) {
    clear: both;
    }

    In case you want to implement 6 columns

    @media (min-width: 992px) {
    section.t3-section .k2CategoriesListBlock .level0 > li {
    width: 16.65%;
    }
    }
    .t3-section .k2CategoriesListBlock .level0 > li:nth-child(4n + 1) {
    clear: none;
    }
    .t3-section .k2CategoriesListBlock .level0 > li:nth-child(6n + 1) {
    clear: both;
    }

    Adam M Moderator
    #751333

    Hi @t4mobile,

    Please open file templatesja_directorycsscustom.css file then add this code :

    In case you want to implement 5 columns

    @media (min-width: 992px) {
    section.t3-section .k2CategoriesListBlock .level0 > li {
    width: 20%;
    }
    }
    .t3-section .k2CategoriesListBlock .level0 > li:nth-child(4n + 1) {
    clear: none;
    }
    .t3-section .k2CategoriesListBlock .level0 > li:nth-child(5n + 1) {
    clear: both;
    }

    In case you want to implement 6 columns

    @media (min-width: 992px) {
    section.t3-section .k2CategoriesListBlock .level0 > li {
    width: 16.65%;
    }
    }
    .t3-section .k2CategoriesListBlock .level0 > li:nth-child(4n + 1) {
    clear: none;
    }
    .t3-section .k2CategoriesListBlock .level0 > li:nth-child(6n + 1) {
    clear: both;
    }

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

This topic contains 6 replies, has 2 voices, and was last updated by  Adam M 9 years, 1 month ago.

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