Viewing 7 reply threads
You must be logged in to reply to this topic.
Hello
my logo is sized nicely on the header, but once i scroll down, the menu moves upwards and reduces in height, and my logo hangs off the bottom. is there a way to make it swap or respond?
how do you get the logo to reduce in size when the menu shrinks to the sticky size… tried a few combos in the theme admin, but nothing seems to cater for this….
Hello,
Please can you show us your site url? I will provide you some custom css code for that.
Best regards!
Hello,
Sorry but it still redirect me to google search.
Best regards!
Hello,
Please add this code into your custom css box:
.sticky_header header#header .row-fluid .span12, .sticky_header .header_wrapper {
height: 90px;
}
.sticky_header #logo img.dark {
height: 80px;
margin-top: -46.5px;
}
Best regards!
You must be logged in to reply to this topic.