[SOLVED] Text problem

Users topics solved on GK Highlighter module
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 Nov 06, 2011 10:42 pm
hello i have problem with text on highlighter, as you can see it on the image

Untitled-1.jpg


I cant get space between Title and descripton, i am using K2 as source.

Also tried

.gk_news_highlighter_interface span {font-size:15px!important; font-family:Verdana, Geneva, sans-serif!important;color:#FFF!important;}
.gk_news_highlighter_title {font-size:15px!important; color:#FFF!important;}
.gk_news_highlighter_desc {font-size:15px!important; color:#FFF!important;}

But now luck:(
User avatar
Junior Boarder

GK User
Mon Nov 07, 2011 8:25 am
Why dont you add padding or margin to right of title...

Code: Select all
.gk_news_highlighter_title {margin-right:10px; font-size:15px!important; color:#FFF!important;}
User avatar
Platinum Boarder

GK User
Mon Nov 07, 2011 9:50 pm
Hello,i have tried this before i posted this topic! Any idea why this is happening?
User avatar
Junior Boarder

GK User
Mon Nov 07, 2011 10:27 pm
Do you have any link, it might be css class is different...
User avatar
Platinum Boarder

GK User
Mon Nov 07, 2011 10:36 pm
User avatar
Junior Boarder

GK User
Mon Nov 07, 2011 10:49 pm
Find File: /portal/portal2/modules/mod_highlighter_gk4/interface/css/style.css
Add below code anywhere in above file.
Code: Select all
.gkHighlighterItem a span { margin-right: 20px; text-transform: uppercase; font-weight: bold; }


Explanation.
margin-right: 20px pushes anything of its right by 20 pixel
text-transform: uppercase changes title into uppercase
font-weight: bold changes title into bold letters.

Any other css property you add above will only effect Title...

See you around.
User avatar
Platinum Boarder

GK User
Mon Nov 07, 2011 11:00 pm
Oh thanks, it is fixed now.I didnt tried to add span to it:) Thank you very much
User avatar
Junior Boarder

GK User
Mon Nov 07, 2011 11:09 pm
No problem at all...
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.