-
AuthorPosts
-
global21 Friend
global21
- Join date:
- March 2011
- Posts:
- 134
- Downloads:
- 37
- Uploads:
- 43
- Thanks:
- 31
- Thanked:
- 5 times in 3 posts
June 16, 2015 at 2:40 pm #207457Hi,
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
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 17, 2015 at 9:02 am #574403Which 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 Friendglobal21
- Join date:
- March 2011
- Posts:
- 134
- Downloads:
- 37
- Uploads:
- 43
- Thanks:
- 31
- Thanked:
- 5 times in 3 posts
June 17, 2015 at 10:46 am #574414Hi Ninja,
This is the page i am referring to is
http://www.lcdc.cab/information/behind-the-scenes-at-the-lcdc-catAs 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 advanceNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 18, 2015 at 3:30 am #574522Try 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;
}
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 18, 2015 at 3:30 am #640867Try 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;
}
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 18, 2015 at 3:30 am #739531Try 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;
}
1 user says Thank You to Ninja Lead for this useful post
global21 Friendglobal21
- Join date:
- March 2011
- Posts:
- 134
- Downloads:
- 37
- Uploads:
- 43
- Thanks:
- 31
- Thanked:
- 5 times in 3 posts
June 18, 2015 at 8:36 am #574587Sorted it out myself with CSS
.cat-children .page-header {
display: block;
float: left;
width: 33%;
}All working fine now and its responsive.
AuthorPostsViewing 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
Splitting sub category list into 3 columns
Viewing 7 posts - 1 through 7 (of 7 total)