Ordered and undordered Lists appears wrong

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Tue May 08, 2012 3:06 pm
Hi,
Please, does anybody would help me. My articles (K2) where I have the ordered or unordered lists, appears wrong (like http://visunde.dk/index.php/sundhed-sygdom/item/3-slank)
What should I do to fix that?
User avatar
Junior Boarder

teitbite
Mon May 14, 2012 7:23 pm
Hi

Please try add this code to css:

Code: Select all
ul.gkBullet1 li, ul.gkBullet2 li, ul.gkBullet3 li, ul.gkBullet4 li, ul.gkCircle1 li, ul.gkCircle2 li, ul.gkSquare1 li, ul.gkSquare2 li, ul.gkSquare3 li {
    line-height: 1.5em !important;
    list-style-position: outside;
    margin: 10px 10px 0 0 !important;
    overflow: inherit;
}
User avatar
Moderator


cron