Text logo alignment on sub pages

GK User
Tue May 05, 2015 12:32 am
Hello - On this site http://www.novascotiaheritageconference.ca/test2015/ I am using a text logo. The issue is discovered when we visit anything but the home page. You will see that the logo swings to the right and the menu is bumped down.

Can you advise how to fix this please? Thanks
User avatar
Junior Boarder

GK User
Tue May 05, 2015 6:17 am
Seems like an issue with our template.
I'll post it to our dev team and will write back as soon as I'll get an answer.
User avatar
Moderator

GK User
Tue May 05, 2015 3:09 pm
Thanks. That would be great! It particularly messes up the mobile version and we are going live tonight - if fixed. Thanks
User avatar
Junior Boarder

GK User
Wed May 06, 2015 6:58 pm
Please edit: /templates/gk_events/css/override.css and add at its end:
Code: Select all
#gkHeaderNav.static #gkLogoSmall {
    top: -10%;
    margin-left: -170px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed May 06, 2015 7:03 pm
Close. That puts the text "almost" in the center but when you scroll down the page and when the logo moves to the left, it goes half way off the screen.
User avatar
Junior Boarder

GK User
Fri May 08, 2015 4:16 pm
Please add this code to override.css:
Code: Select all
#gkHeaderNav.static.active #gkLogoSmall {
  margin-left: 0px !important;
}
User avatar
Moderator

GK User
Fri May 08, 2015 6:19 pm
Thank you for your help. That works.
User avatar
Junior Boarder

GK User
Sat May 09, 2015 12:15 pm
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Sat May 09, 2015 2:41 pm
I was wondering if there was a little bit better recommendation for the mobile (eg. IPhone) version of this text logo? It is a bit large on the phone. Any recommendations?
User avatar
Junior Boarder

GK User
Sun May 10, 2015 9:22 am
\you can use firebug/devtools + css media queries and reduce font size for smaller devices.
User avatar
Moderator

GK User
Sun May 10, 2015 11:29 am
Oh. OK then. We'll go look that up somewhere.
User avatar
Junior Boarder

GK User
Tue May 12, 2015 6:48 pm
Please let me know if you have any issues with finding or implementing the solution.
User avatar
Moderator


cron