Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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!

    #655837

    Hi 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,
    Yigit

    #656743

    To add to this.
    How can I add more padding to the top of the scrolling logo so my logo can be more vertically centered?

    #656898

    Hi,

    Try the following as well:

    .header-scrolled strong.logo {
    padding-top:5px !important;
    }

    Best regards,
    Rikard

    #657005

    Hi 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
    freehaan

    #657034

    Hi,

    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,
    Vinay

    #657061

    Hi, 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?

    #657063

    It’s the Logo and the white Menue-background that has that problem…

    #658015

    Hi,

    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,
    Andy

    #658130

    Hi 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

    #658134

    …i still have that same problem. Could you please take a closer look?

    #658260

    Hi,

    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,
    Ismael

    #669300

    Hi 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.

    #670675

    Hi,

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Shrinking menue shrinks too much’ is closed to new replies.