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

    Hi, when I make scroll the menu and logo area dissappear. I need to have it always on top and visible despite I make scroll down.
    Both on mobiles and desktop.
    I sent you an image of how have I set up the options in the backoffice. I thought this was correct but the menu keeps dissappearing on desktop and mobiles.

    Thanks

    #835911

    Hey cipriana,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :) Thank you!
    Best regards,
    Sarah

    #835914

    Sure, here you have.
    thanks

    #835969

    Hi,

    Thank you for that link. Strange, the logo and menu are sticky for me.

    May I know what browser and computer you’re using?
    Best regards,
    Sarah

    #836004

    I´m using mac and android with chrome for mobile.
    I´m seeing it correct on desktop now!
    But not on mobile. Menu it´s not sticky.

    thanks

    • This reply was modified 7 years, 3 months ago by cipriana.
    #836009

    Hi!

    Can you please try the solution here? https://kriesi.at/support/topic/sticky-mobile-menu/#post-767522

    Best regards,
    Sarah

    #836019

    I´ve added this in the theme custom.css (according to the solution you suggest, but it didn´t work. :(
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    }
    @media only screen and (max-width: 767px) {
    .html_header_top.html_header_sticky #header, .responsive #top #wrap_all #header {
    position: fixed !important;
    }
    }

    The first solution of that thread works, but it shows a white space on top before the menu.

    Thanks

    • This reply was modified 7 years, 3 months ago by cipriana.
    #836159

    Hi,

    Try to clear your cache after the changes were applied.

    Best regards,
    John Torvik

    #836256

    Now yes! thank you both!

    #836329

    Hi,

    I’m glad John and Sara were able to help you. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Menu stick to the top’ is closed to new replies.