Bug with bullet

GK User
Mon Nov 15, 2010 12:31 pm
Hello, I have a bug on displaying my articles with bullets. the text is not aligned and the lines overlap. Thank you for your help.

See the picture :

Image

(Sorry, i'm not speak english ^^)
User avatar
Senior Boarder

GK User
Mon Nov 15, 2010 1:05 pm
Hi

Can you show us the page on your website were you have this issue?

Cheers
User avatar
Platinum Boarder

GK User
Mon Nov 15, 2010 2:03 pm
User avatar
Senior Boarder

GK User
Tue Nov 16, 2010 5:30 am
Hi again

Please open typo.css file on css template directory and find this fragment:

Code: Select all
ul.gk_bullet1 li, ul.gk_bullet2 li, ul.gk_bullet3 li, ul.gk_bullet4 li, ul.gk_circle1 li, ul.gk_circle2 li, ul.gk_square1 li, ul.gk_square2 li, ul.gk_square3 li { margin:10px 0 !important; line-height:0.83em !important; list-style-position:inside; overflow:inherit; background:none !important; }


replace it with

Code: Select all
ul.gk_bullet1 li, ul.gk_bullet2 li, ul.gk_bullet3 li, ul.gk_bullet4 li, ul.gk_circle1 li, ul.gk_circle2 li, ul.gk_square1 li, ul.gk_square2 li, ul.gk_square3 li { margin:10px 0 !important; line-height:1.5em !important; list-style-position:inside; overflow:inherit; background:none !important; }


Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Nov 16, 2010 11:56 am
Thank you, the problem of the line height is fixed but the text is not aligned...
User avatar
Senior Boarder

GK User
Tue Nov 16, 2010 2:26 pm
ok so instead change to this:

Code: Select all
ul.gk_bullet1 li, ul.gk_bullet2 li, ul.gk_bullet3 li, ul.gk_bullet4 li, ul.gk_circle1 li, ul.gk_circle2 li, ul.gk_square1 li, ul.gk_square2 li, ul.gk_square3 li { margin:10px 0 !important; line-height:1.5em !important; list-style-position:outside; overflow:inherit; background:none !important; }


Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Nov 16, 2010 11:14 pm
The text is well aligned, but everything is right-aligned non-shrink
User avatar
Senior Boarder

GK User
Wed Nov 17, 2010 12:15 am
jmv95 wrote:
The text is well aligned, but everything is right-aligned non-shrink


Sorry. Don't quite understand what you mean.
I don't see it like that.
Can you show me again the page of your website?
User avatar
Platinum Boarder


cron