Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #354990

    Hi,

    Good work on releasing such a quick fix for the problem yesterday!

    But I have a questions regarding the fullwidth submenu.

    Is it possible to make it sticky on mobile aswell so when I scroll past it on a mobile it stick on top of the screen?

    Kind regards,

    Tobias

    • This topic was modified 9 years, 5 months ago by letobbe.
    #355543

    Hey letobbe!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 767px) {
    .av-submenu-container { position: fixed !important; }
    }
    

    Best regards,
    Elliott

    #356887

    Hi,

    That didn’t work unfortunately, is there any other way?

    I also would like to know if and how to add the fullwidth submenu within a color section?

    Because I want the first section to hold the menu with a big logo that will be vertical aligned in the middle of the color section and when scrolling down the menu will stick and follow along the page.

    #357185

    Hi!

    Not sure if that would be possible. Send us a WordPress login and a link to where your using the shortcode and we’ll take a closer look.

    Cheers!
    Elliott

    #367374

    I created a Fullwidth Sub Menu & checked ‘Sticky Submenu’.
    How can I make that menu also stick to the bottom of the browser window, so it is already visible when user arrives on the page ?
    (it is always visible however the content scrolls)

    Proper code in Quick CSS should do somehow, correct ?

    I appreciate your wise guidance …

    #367663

    Hey!

    If you want the submenu to show permanently on the bottom of the page, you can add this on Quick CSS or custom.css

    #top .av-submenu-container {
    position: fixed !important;
    bottom: 0 !important;
    z-index: 5000 !important;
    top: auto !important;
    }

    Cheers!
    Ismael

    #368039

    lookin’ good. Thanks for your support Ismael !

    Tintin

    #368167

    … mmm, I am not quite at the result I want to get.

    I need my menu (currently sticking at the bottom of the window), to scroll up with my main image above it & then to stick at the top of the window (letting content below it scroll up/down). So make that menu ‘always’ visible on the browser window.
    See my page here :
    http://www.lesenchaines.com/ec/portfolio-item/moustache-third/

    I am trying to get the result of this page :
    http://www.koga.com/en/bikes/mountainbike/collection/x29-team.htm?frame=H
    (see how the menu Info, Benefits, Features… behaves).

    Thanks for your kind efforts, Val

    #369267

    Hey!

    I don’t see any fullwidth submenu element on the page. Please add it then we’ll check it again.

    Best regards,
    Ismael

    #544950

    Hello and thankyou for such a fabulous theme!
    Q: Can I remove the Arrows from Submenu on mobile devices?

    I have used the following code to remove the arrow icons from the main menu for mobile devices, works perfectly:
    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { content: “” !important; }

    However, I can’t seem to remove them for the sub-menu. Can you help me out before I tear some more hairs out!
    TIA – Mel

    #545183

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #575123

    Did you find way to get the menu to stick to the top of the page and not the bottom on mobile?

    #575622

    Hi @joshuatolento,

    Please open a new thread and link to your site so that we can have a closer look at it.

    Thanks,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.