gkDec class for Ordered Lists is insufficient

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Fri Jul 27, 2012 5:05 pm
I am using K2 article and it is a juridic text. It has a lot of "ol" tag with its idents subitems. The typography of the template ignores the idents, tabs and subitems. The result is bad format text. I am using gkDec class into ol tags. I think the best solution for this article is that TinyMCE take control. How can I do this since the ol tag without gkDec class does not work?
User avatar
Senior Boarder

GK User
Sun Jul 29, 2012 12:50 am
Hi

Please enable override.css file on template parameters and try adding this lines on that file.
It's located on css template directory.

Code: Select all
ol.gkDec ol {margin: 0; padding-left: 30px}


If you wish, you can use also this lines:
Code: Select all
ol.gkDec > li {font-weight: 700}
ol.gkDec ol li {font-weight: 300}


Cheers
User avatar
Platinum Boarder


cron