How to move objects in the header?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Oct 21, 2012 8:33 am
Reply with quote
Report this post
Hi,
I want to move the Guitar pic from right to left.
Where can i edit the position?
Thanks,
Yaniv.
User avatar
Fresh Boarder

teitbite
Sun Oct 21, 2012 3:50 pm
Reply with quote
Report this post
HI

Please just add this code to css:

Code: Select all
.gk-animation .gk-guitar {
    right: auto !important;
}
User avatar
Moderator

GK User
Sun Oct 21, 2012 5:09 pm
Reply with quote
Report this post
teitbite wrote:HI

Please just add this code to css:

Code: Select all
.gk-animation .gk-guitar {
    right: auto !important;
}


Thanks, but which CSS file, and how do i modify the rest (Counter, Map Etc.)?
User avatar
Fresh Boarder

teitbite
Sun Oct 21, 2012 6:02 pm
Reply with quote
Report this post
Hi

Please use override.css file to place any css customizations, but remember to enable using of this file in template settings.

You can use Firebug to check the css for any element, than override it's positions (or any other css attribute) the same way as with the guitar.
User avatar
Moderator

GK User
Mon Oct 22, 2012 10:39 pm
Reply with quote
Report this post
Thanks, i will try this.
User avatar
Fresh Boarder


cron