-
AuthorPosts
-
October 7, 2015 at 8:37 pm #697253
I want to show more than 4 categories actively (columns) on Browse Listing
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 10, 2015 at 2:14 am #704134I want to have 5 or more blocks across.
http://www.zipsalons.com/vdirectoryOctober 10, 2015 at 2:14 am #751204I want to have 5 or more blocks across.
http://www.zipsalons.com/vdirectoryAdam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 12, 2015 at 6:53 am #704561Hi @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 ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 12, 2015 at 6:53 am #751333Hi @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;
} -
AuthorPosts
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