bullet points

GK User
Thu Dec 15, 2011 5:50 am
hello,

the bullet points i put in the admin area are not showing in the front end http://www.hpnig.com/web1/mfan/web/inde ... 9-24/visas
User avatar
Junior Boarder

GK User
Thu Dec 15, 2011 2:55 pm
Hi,

Open this file /web1/mfan/web/templates/gk_finance_business/css/template.css

Find at line 34:

Code: Select all
ul li, ol li {
    line-height: 2.6;
}


Change to:


Code: Select all
ul li, ol li {
    line-height: 2.6;
    list-style: disc outside none;
}


Then let me know if it helps. Thanks!
User avatar
Platinum Boarder


cron