No Bullets...

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Tue May 29, 2012 2:45 pm
Unfortunately, no bullets in this template will be displayed.

For example here:
http://www.bildungsspiegel.de/impressum.html
(at "Nutzungsbedingungen / AGB").

What can I do?

prh
User avatar
Fresh Boarder

teitbite
Fri Jun 01, 2012 9:41 am
Hi

Please add this to css:

Code: Select all
#gkComponent ul li {
    list-style: disc inside none;
}
User avatar
Moderator

GK User
Sat Jun 02, 2012 5:19 am
Okay, thank you.
But now there are more errors (see picture):

1. There are no indent from the left (see yellow).

2. The line spacing / line height is too big (see arrows).

Image

prh
User avatar
Fresh Boarder

teitbite
Sat Jun 02, 2012 9:13 am
Hi

I've only added bullets as You requested, but of course You can extend this class to change list view:

Code: Select all
#gkComponent ul li {
    list-style: disc inside none;
    margin-left:10px;
    line-height:18px;
}
User avatar
Moderator

GK User
Sun Jun 03, 2012 5:35 am
teitbite wrote:Hi

I've only added bullets as You requested, but of course You can extend this class to change list view:


Now it's (almost) perfect:
Only the text in the bullets should be indented to the right (see yellow highlight) ...

Image


prh
User avatar
Fresh Boarder

teitbite
Sun Jun 03, 2012 11:55 am
Hi

This is only how You want it. As true we are using GK Typography for different kinds of bullets this is why there is no style at all for lists. To make it like You want it just adjust the code to right settings.

Code: Select all
#gkComponent ul li {
    list-style: disc outside none;
    margin-left:20px;
    line-height:18px;
}
User avatar
Moderator

GK User
Wed Jun 06, 2012 4:12 pm
Thank you: Now it works fine.
User avatar
Fresh Boarder

teitbite
Thu Jun 07, 2012 10:40 am
Hi

No problem. Glad I could help.
User avatar
Moderator


cron