[SOLVED] Text problem
Users topics solved on GK Highlighter module
Rate this topic:
- 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
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:(
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:(
-
- 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;}
-
- 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?
-
- Junior Boarder
- GK User
- Mon Nov 07, 2011 10:27 pm
Do you have any link, it might be css class is different...
-
- Platinum 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.
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.
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.
-
- 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
-
- Junior Boarder
- GK User
- Mon Nov 07, 2011 11:09 pm
No problem at all...
-
- Platinum Boarder
8 posts
• Page 1 of 1