Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #740952

    Hi there! I’d like to first thank you guys for all the awesome support that I’ve already received. You are amazing!

    My sticky main menu at the top of the page looks crowded when the submenu touches it after scrolling down. I’d like for the submenu to “replace” the main menu as soon as it comes into contact with it. It will push the main menu out of the way when scrolling up.

    Does that make sense?

    Edit: The submenu is the part that says “Inspiration – Ease – Uniqueness – Quality – Credibility”

    • This topic was modified 7 years, 9 months ago by GregDunn.
    #742161

    Any ideas?

    #742244

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #742621

    No problem! I appreciate the response. I figured if there was some CSS for that, awesome… If not, I’ll move on :)

    Have a good one!

    Quick edit: I disabled the sticky header for the homepage only by applying this:
    .html_header_top.html_header_sticky .home #header {
    position: absolute !important;
    }

    But when I scroll down there is a space above the sub menu. Any ideas on how to get rid of that space? Picture below.

    View post on imgur.com

    • This reply was modified 7 years, 9 months ago by GregDunn.
    #743076

    any ideas for this one?

    #744383

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home #sub_menu1 {
        top: 0!important;
    }
    

    Best regards,
    Yigit

    #744475

    Thanks for getting back to me on this!

    Now the sub menu is invisible until I scroll down to the point where it’s almost at the top, then it becomes visible.

    You fixed the gap at the top. Any idea on how to fix the invisible part now?

    #745192

    Any ideas yet? I’m almost done with this website and then I’ll be out of your hair!

    Thanks guys!

    #746472

    Hi,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Yigit

    #747723

    Thanks for the help! Please close this ticket and have a good one!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Main menu replaced by submenu’ is closed to new replies.