Bullets

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun Jul 31, 2011 6:06 am
Hi,

The bullets and formats dont seem to work in gk postnote (latest version 2.0.14). The ordered list however works fine (numbers and alpha). I added the following to the override css file but still no work...

Code: Select all
/* Put your own CSS rules here */

#component ul li {
    list-style: disc inside none;
    margin-left: 25px;
}

#component ul li li {
    list-style: circle inside none;
   margin-left: 25px;
}

#component ul li li li {
    list-style: square inside none;
   margin-left: 25px;
}


Can somebody help me on the way? Check attachment on how it shows on my page now...

Thank you.

Schermafbeelding 2011-07-31 om 09.05.35.png
User avatar
Senior Boarder

Konrad M
Tue Aug 02, 2011 6:11 am
Hi
Can you give us url to your site?
User avatar

GK User
Wed Aug 10, 2011 1:50 pm
Hi Konrad,
It happens on multiple sites.
One test area example is on this URL:

http://www.7pilesofpotty.com/viavalk/in ... Itemid=196

Here you can see the issue.

Thank you.
User avatar
Senior Boarder

Konrad M
Thu Aug 11, 2011 7:55 am
Try add to override.css
Code: Select all
.article-content ul li {
    list-style-position: inside;
    margin-left:20px;// add this if you want bigger indent
}

and remember to enable override.css in template settings
User avatar

GK User
Thu Aug 11, 2011 8:44 am
Solved! Thank you!
User avatar
Senior Boarder

Konrad M
Thu Aug 11, 2011 8:50 am
I'm glad I could help ;)
User avatar


cron