By Darren Knipe on Thursday, 29 October 2015
Posted in General Issues
Likes 0
Views 757
Votes 0
What CSS do I need to change to get my sub-categories to display right as shown.

It is driving me nuts!
Hey Darren,

I am really sorry for the delay of this reply,

Can you try apply this following CSS code in your current template css file and see how it goes?

section.category-header li {
float: left !important;
list-style-type: none !important;
}


Remember clear your Joomla/template/browser cache after you applied that code.
·
Thursday, 29 October 2015 15:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex
It worked.

I forgot I had JCHOptimize on as well, which was not refreshing my changes
·
Thursday, 29 October 2015 16:43
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, glad to heard your issue resolved.
·
Thursday, 29 October 2015 16:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post