Tagged: header, logo, sticky header
-
AuthorPosts
-
April 8, 2019 at 2:52 pm #1088302
Suddenly, the logo (set to sticky with “Logo Left, Menu Below”) is not shrinking and is showing behind the menu bar when scrolling down the pages. I have tried changing settings without success.
Please see screenshots ( https://www.screencast.com/t/3EiYzzuPc and https://www.screencast.com/t/gTkhUfvUcSb) or the home page (www.congletonlumber.com).
Any suggestions?
Thank you.
April 8, 2019 at 3:24 pm #1088323Hey Arrastia,
Add this to quick css:
.container.av-logo-container img{ width:180px!important; } #header.header-scrolled-full{ height:170px!important; } #header #header_main_alternate{ margin-top:0px!important; } #header.header-scrolled-full #header_main_alternate{ margin-top:60px!important; }
Best regards,
Jordan ShannonApril 8, 2019 at 4:09 pm #1088365Jordan, thanks for the prompt reply. this will make my client happy.
There is one remaining issue on this, please: It seems that whatever happened to change this prior to adding your css code (above), also changed the size and layout of the responsive (iPhone 6s anyway). The responsive logo is now (both before and after adding your CSS) larger than it was last week. Here is a screenshot of the way it looked last week: https://www.screencast.com/t/arX26cqgyM1X
And here is a screenshot of the way it looks now: https://www.screencast.com/t/jVvO09lIW
Thank you!
April 9, 2019 at 6:32 pm #1088789Hi,
Add this to quick css:
@media only screen and (max-width: 767px){ .responsive #top .logo { height:0px!important; }}
It may have to overwrite 80px!important; somewhere within the css.
Best regards,
Jordan ShannonApril 9, 2019 at 6:55 pm #1088810Hey Jordan. I just added that last block of CSS code and it fixed the mobile, but the desktop was back to the way it was before I added the code. So I disabled the pre-loader and it seemed to fix the issue on desktop view. FYI.
One other thing: I have it set to “Sticky header,” but I see very little, if any difference, when i check or uncheck “shrinking header.” Can you take a look to make sure the theme is handling this correctly? The logo is not shrinking with either setting – it is just sliding up very slightly.
Thanks for your continued support.
April 13, 2019 at 7:56 pm #1090444Hi,
Sorry for the late reply, I took a look at your site and I believe the reason your logo is not shrinking on scroll is because of these custom css:#header.header-scrolled-full{ height:170px!important; } #header.header-scrolled-full #header_main_alternate{ margin-top:60px!important; }
notice how they are keeping the header size large on header scrolled.
I assume that you wanted this css for a different reason. I recommend removing all of your custom css and clear your cache to see if this fixes your header, then add your css back a little at a time to find all of the css that doesn’t conflict with the header.
Then we can try to solve the remaining issue without out effecting the header.
As I try to read back through your posts it seems that the header not shrinking is fairly new, so we should be able to get back to it working easily.
I also assume there was no new plugins added recently.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.