Category title

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
Tue Jul 23, 2013 4:13 pm
Reply with quote
Report this post
The web site I am working on is in Arabic. Category titles seems wrong for some category names. For instance there is no problem with this one: http://postimg.org/image/o6h6bkvnn/

But this one doesn't appears correctly: http://postimg.org/image/3l1y0bckt/ It separates to the word.

Is it possible to extend that area?
User avatar
Expert Boarder

GK User
Tue Jul 23, 2013 5:29 pm
Reply with quote
Report this post
Hi,
I don't know Arabic language but I suppose in second example you have longer sentence.

I see two solutions, one of them is reduce font-size from X size to 90%(85%) of X
User avatar
Platinum Boarder

GK User
Tue Jul 23, 2013 5:33 pm
Reply with quote
Report this post
Try to use my css code
Code: Select all
.breadcrumbs > ul > li { font-size: 24px; }

- this should help.

How to use custom CSS: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Tue Jul 23, 2013 5:36 pm
Reply with quote
Report this post
Second solution, might be additional to first, is to use:
Code: Select all
div.breadcrumbs { word-wrap: normal; }
User avatar
Platinum Boarder

GK User
Tue Jul 23, 2013 11:36 pm
Reply with quote
Report this post
I have tried the second one and it worked. Thank you very much!!
User avatar
Expert Boarder


cron