Bullet and ordered lists unformatted

Create awesome game website with Game Magazine Joomla template
GK User
Mon Nov 24, 2014 12:08 am
I have some lists, either bullet or ordered (without the specific classes such as "gkCircle1" shown in typography) but the default formatting does not show.

Is there no default styling for lists in this template? Does this mean that I have to go back to all my articles and add a class to the lists?
User avatar
Junior Boarder

GK User
Mon Nov 24, 2014 12:37 am
hi,
yes, in general you have to use class from typography collection to show bullets. Sorry it's how it works ;( in "old" templates.
User avatar
Platinum Boarder

GK User
Mon Nov 24, 2014 12:42 am
But if you will use this "css fix" you will see them:
Code: Select all
.item-page ul {list-style-type: circle;}

or
Code: Select all
.item-page ul {list-style-type:disc; }
User avatar
Platinum Boarder


cron