Logo position and css changes
- GK User
- Fri Sep 07, 2012 1:37 pm
Hello
I changed logo with bigger header, and now I want to move it to top. I managed to do it on 1.5 template, but on 2.5 there is no response to margin-bottom values that I add to override.css.
Also, I would like to move search field a little bit to the top, so that it doesn't overlap with menu.
One other thing, where can I remove Login and Tools from showing?
http://klik.com.hr/vaterpolo/
I changed logo with bigger header, and now I want to move it to top. I managed to do it on 1.5 template, but on 2.5 there is no response to margin-bottom values that I add to override.css.
Also, I would like to move search field a little bit to the top, so that it doesn't overlap with menu.
One other thing, where can I remove Login and Tools from showing?
http://klik.com.hr/vaterpolo/
-
- Junior Boarder
- Konrad M
- Fri Sep 07, 2012 4:00 pm
Hi,
to move logo up please try add to override.css
and decrease this value to fit your needs. To move search a little bit top please add
To remove tools and login please add
Remember to enable override.css option in template settings.
to move logo up please try add to override.css
- Code: Select all
#gkLogo {
margin-top: 54px;
}
and decrease this value to fit your needs. To move search a little bit top please add
- Code: Select all
#gkTopNav .search {
margin-5px 0 10px 0;
}
To remove tools and login please add
- Code: Select all
#gkButtons {
display:none;
}
Remember to enable override.css option in template settings.
- GK User
- Mon Sep 10, 2012 12:47 pm
Excellent, everthing works great.
Thank you Konrad
Thank you Konrad
-
- Junior Boarder
3 posts
• Page 1 of 1