Logo scale

Multipurpose WordPress Theme Forum Support
GK User
Sun Aug 23, 2015 5:16 pm
Hello again,

Some themes automatically scale the logo to be the same height as the menu when scrolling. Is this possible with this theme as well?

The client's logo is round and thus it floats awkwardly when scrolling down.

Thanks for your advice!
User avatar
Senior Boarder

GK User
Mon Aug 24, 2015 9:20 am
Hello,

It requires css and js modifications, which are beyond our technical support, but please send me your website URL, maybe I'll found a workaround for it.
User avatar
Moderator

GK User
Tue Aug 25, 2015 7:37 am
Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
Code: Select all
#gk-header-nav.inactive.gk-fixed-nav .gk-logo {
  margin-top: 25px;
}
#gk-header-nav.inactive.gk-fixed-nav .gk-logo img {
  max-width: 120px;
}


and adjust the values to your needs.
User avatar
Moderator

GK User
Sun Aug 30, 2015 2:41 pm
Perfect. That solved it!
User avatar
Senior Boarder


cron