Find css files

Joomla template for easily build sports magazine website with advanced content display features and clean, unique design.
GK User
Wed Sep 26, 2012 9:08 am
hi,

I want to find some css files to change...
On gk4 highlighter i want to change the potition on text
And on main menu i want to change the margin-top at the words
Please help me! :)
User avatar
Gold Boarder

GK User
Wed Sep 26, 2012 12:39 pm
The CSS code for the our modules you can find in the css/gk.stuff.css file.

The CSS code connected with menu should be placed in the css/menu.css file.
User avatar
Administrator

GK User
Wed Sep 26, 2012 2:36 pm
i cant find where is the line that i can change the margin of the scroll text like the screenshot (with firebug), in highlighter gk4
User avatar
Gold Boarder

GK User
Wed Sep 26, 2012 5:38 pm
Please just add at the end of the gk.stuff.css file this code:
Code: Select all
.gkHighlighterWrapper {
    margin-top: 7px!important;
}
User avatar
Administrator

GK User
Wed Sep 26, 2012 8:54 pm
nothing change with this :(
User avatar
Gold Boarder

GK User
Thu Sep 27, 2012 6:25 am
Please provide me an URL to your website.
User avatar
Administrator

GK User
Thu Sep 27, 2012 8:55 am
User avatar
Gold Boarder

GK User
Fri Sep 28, 2012 10:15 am
Please send me a PM message with access data to your page, because currently it is offline and I cannot access the homepage :/
User avatar
Administrator

GK User
Fri Sep 28, 2012 11:55 am
Do you recieved my pm?
User avatar
Gold Boarder

GK User
Fri Sep 28, 2012 12:53 pm
Hi,

The problem is fixed now - I've used the mentioned code in the template settings for the "Custom CSS code" option and as you can see - it works fine.
User avatar
Administrator

GK User
Fri Sep 28, 2012 1:47 pm
You are the best!!!!! Can you help me and for another css file?
User avatar
Gold Boarder

GK User
Fri Sep 28, 2012 2:52 pm
Please tell me what is the next problem, then I'll tell you how can I help ;)
User avatar
Administrator

GK User
Fri Sep 28, 2012 11:16 pm
On the text on the menθ buttons i want το upload the words a few px above... How i can?
User avatar
Gold Boarder

GK User
Sat Sep 29, 2012 11:34 am
I've solved this problem using the following code:

Code: Select all
#gkMainNav div.gk-menu .level0 > li > a > span.menu-title,
#gkMainNav div.gk-menu .level0 > li > a > span.menu-title span {
    margin-top: 1px!important;
}
User avatar
Administrator


cron