-
AuthorPosts
-
akamamex Friend
akamamex
- Join date:
- February 2014
- Posts:
- 22
- Downloads:
- 51
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
August 26, 2015 at 9:08 am #665636hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 27, 2015 at 3:14 am #672858Hi akamamex,
I’m not quite sure about your question here, could you pls send me some screenshots illustrating the modification you expect?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 27, 2015 at 3:14 am #746749Hi akamamex,
I’m not quite sure about your question here, could you pls send me some screenshots illustrating the modification you expect?
akamamex Friendakamamex
- Join date:
- February 2014
- Posts:
- 22
- Downloads:
- 51
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
August 27, 2015 at 10:47 am #676146ok 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 Friendakamamex
- Join date:
- February 2014
- Posts:
- 22
- Downloads:
- 51
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
August 27, 2015 at 10:47 am #746791ok 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 31, 2015 at 1:30 am #680791Which 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 31, 2015 at 1:30 am #747020Which 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 Friendakamamex
- Join date:
- February 2014
- Posts:
- 22
- Downloads:
- 51
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
September 6, 2015 at 5:19 pm #681971What 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 Friendakamamex
- Join date:
- February 2014
- Posts:
- 22
- Downloads:
- 51
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
September 6, 2015 at 5:19 pm #747624What 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 7, 2015 at 2:06 am #681986Could 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 7, 2015 at 2:06 am #747638Could 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)
-
AuthorPosts
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