Logo top

GK User
Sat Dec 06, 2014 5:15 pm
Hi,
My logo is not on the border brower (height only)
http://www.rainet.fr/demo2
Actually in the template.css :
.gk-logo img {
display: block;
height: auto;
max-height: 100px;
}
User avatar
Gold Boarder

GK User
Sun Dec 07, 2014 2:57 pm
I'm not quite sure if I understood you right, but if you would like to move the logo up, please edit: /templates/gk_photo/css/override.css and add at its end:
Code: Select all
.gk-logo-wrap .gk-logo, .gk-logo-wrap .gk-logo-text {
margin: 86px 0 0 0;
}

and reduce 86 px value.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Dec 09, 2014 3:22 pm
Perfect, thanks Cyberek.
User avatar
Gold Boarder

GK User
Wed Dec 10, 2014 11:31 am
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron