Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • akamamex Friend
    #665636

    hi i have JA directory setup and using but i am having weird problem with the k2 browse category section that located in the front page.the CSS defined for the K2 Specifies to insert a div with clear both so as to create the next line effect for each fifth element, in my case its happening for the 6n element and creating a weird look and feel.can you please help me if i am missing something
    URL is http://weeydii.com/

    Saguaros Moderator
    #672858

    Hi akamamex,

    I’m not quite sure about your question here, could you pls send me some screenshots illustrating the modification you expect?

    Saguaros Moderator
    #746749

    Hi akamamex,

    I’m not quite sure about your question here, could you pls send me some screenshots illustrating the modification you expect?

    akamamex Friend
    #676146

    ok to explain more as you can see from the attached file the Manufacturing and distributions category is not appearing on the next line as it should because its the 5th element in the row. this happened for the first row but not for the other items. i wanted how to fix this

    akamamex Friend
    #746791

    ok to explain more as you can see from the attached file the Manufacturing and distributions category is not appearing on the next line as it should because its the 5th element in the row. this happened for the first row but not for the other items. i wanted how to fix this

    Saguaros Moderator
    #680791

    Which type of this module is? I don’t see it in our demo site. Could you check its backend settings and see whether it has option for setting number of column or not.

    Saguaros Moderator
    #747020

    Which type of this module is? I don’t see it in our demo site. Could you check its backend settings and see whether it has option for setting number of column or not.

    akamamex Friend
    #681971

    What I have setup currently is a custom module but, the same thing happens for the k2 module that’s shipped with the quick installation that comes with the template

    akamamex Friend
    #747624

    What I have setup currently is a custom module but, the same thing happens for the k2 module that’s shipped with the quick installation that comes with the template

    Saguaros Moderator
    #681986

    Could you send me the page in our demo site where I can replicate issue? http://ja-directory.demo.joomlart.com/index.php/en/

    As I couldn’t reproduct at my end.

    Also, I see that each list item per row in this module of your site is styled with:


    .t3-section .k2CategoriesListBlock .level0 > li {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    }

    It has width of 25% so it display 4 items only, you can override it by adding:


    .t3-section .k2CategoriesListBlock .level0 > li {
    width: 20%;
    }

    into the file: root/templates/ja_directory/css/custom.css (create this file if it doesn’t exist)

    Saguaros Moderator
    #747638

    Could you send me the page in our demo site where I can replicate issue? http://ja-directory.demo.joomlart.com/index.php/en/

    As I couldn’t reproduct at my end.

    Also, I see that each list item per row in this module of your site is styled with:


    .t3-section .k2CategoriesListBlock .level0 > li {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    }

    It has width of 25% so it display 4 items only, you can override it by adding:


    .t3-section .k2CategoriesListBlock .level0 > li {
    width: 20%;
    }

    into the file: root/templates/ja_directory/css/custom.css (create this file if it doesn’t exist)

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

This topic contains 11 replies, has 2 voices, and was last updated by  Saguaros 9 years, 2 months ago.

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