-
AuthorPosts
-
July 1, 2016 at 3:42 pm #655816
Hello,
i have got a shrinking menue that shrinks too much an jumps back to the correct size. Can you help me to fix that problem?
Thanks for your reply!
July 1, 2016 at 4:52 pm #655837Hi freehaan!
Have you made any changes on the theme files?
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab.container.av-logo-container { min-height: 80px!important; }
Regards,
YigitJuly 4, 2016 at 8:53 pm #656743To add to this.
How can I add more padding to the top of the scrolling logo so my logo can be more vertically centered?July 5, 2016 at 9:13 am #656898Hi,
Try the following as well:
.header-scrolled strong.logo { padding-top:5px !important; }
Best regards,
RikardJuly 5, 2016 at 12:51 pm #657005Hi Yigit, thanks for reply. i tried the Code that you postet but nothing changed. I changed something in the avia.js. Could you please take a closer look? I’ll give you my admin PW as follows in the private contend.
regards
freehaanJuly 5, 2016 at 1:40 pm #657034Hi,
We have added the below css please review the site now.
#top #header .av-main-nav > li { line-height: 80px!important; min-height: 80px; } #top #header .av-main-nav > li > a { line-height: 80px!important; } .container.av-logo-container { min-height: 80px!important; } .logo img { min-height: 60px; }
Best regards,
VinayJuly 5, 2016 at 2:47 pm #657061Hi, I’m sorry but nothing happend. Same problem. Logo still shrinks too much and jumps back to the correct size. I’m getting a little frustrated. What can we do?
July 5, 2016 at 2:48 pm #657063It’s the Logo and the white Menue-background that has that problem…
July 7, 2016 at 1:40 pm #658015Hi,
Please update the theme to the latest version. That should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area
Best regards,
AndyJuly 7, 2016 at 4:20 pm #658130Hi Andy, it says that my Theme is up to date: Theme Updates
No Updates available. You are running the latest version! (3.6.1)regards
freehaan
July 7, 2016 at 4:21 pm #658134…i still have that same problem. Could you please take a closer look?
July 8, 2016 at 3:38 am #658260Hi,
Why did you set the logo as background?
.header-scrolled .logo a { background-image: url(https://bloomreachinc.staging.wpengine.com/wp-content/uploads/2016/07/enfold-small-logo.png); (hosted on WPengine) background-repeat: no-repeat; background-size: contain; } .header-scrolled .logo img { top: -15px; }
Even without that customization, the logo transition should work correctly. Please remove the css modification then add this code to move the default logo upwards:
.header-scrolled .logo img { top: -15px; }
Best regards,
IsmaelAugust 6, 2016 at 10:24 am #669300Hi Ismael,
I set the logo as the background because it was recommended here as a way to replace the header logo with a different logo upon scroll.
https://kriesi.at/support/topic/different-logo-on-sticky-header/With this code now, a double header logo displays for a split second. Any way to fix this?
Thanks.
August 10, 2016 at 8:01 am #670675Hi,
Please remove the custom code added to modify the logo and It should work correctly. If you need any further modifications we can help you from there.
We noticed you have an open ticket for the same issue. Please avoid creating duplicate issue as it will take more time to answer in both the places and slow down the process. We will close this ticket and help you on the open ticket as it will help us to keep the focus on the main topic.
Best regards,
Vinay -
AuthorPosts
- The topic ‘Shrinking menue shrinks too much’ is closed to new replies.