Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #998829

    I flushed my cache after adding the code below to my style.css file but the menu still scroll up on mobile, i want it to be sticky just like desktop, what is missing?

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        position: fixed;
    }
    .responsive #top #main {
        padding-top: 131px !important;
    }
    }
    #998913

    Looks like it was caching related, had to be patient as its workign now

    • This reply was modified 6 years ago by yingyang.
    #998975

    Hi kilimats,

    Glad you got it working for you! :)

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .header-scrolled.header-scrolled-full .av-burger-menu-main.menu-item-avia-special a,
    .header-scrolled .av-burger-menu-main.menu-item-avia-special a {
        line-height: 75px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #999081

    Doesnt appear to be working, you can see the misalignment in private url below, also what should i change in my original code below to hide the secondary menu when scrolling down?

    thanks in advance !

    #999227

    Hi kilimats,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1000137

    I did but still the secondary menu stick to the top, can you share the css code to hide it on scroll for mobile only?

    #1000315

    Hi kilimats,

    Do you mean the top menu with the buttons “Contact us” and “Client login”?

    Best regards,
    Victoria

    #1000355

    See private

    #1001105

    Hi kilimats,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        #header_meta {
            display: none;
        }
        .responsive #top #wrap_all .main_menu {
            top: 32px;
        }
    } 
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1002223

    Almost there, any idea why they are not aligned?

    • This reply was modified 6 years ago by yingyang.
    #1002333

    Hi,

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

    CSS Snippet:

    
    /* CSS - hamburger menu */
    .html_visible_cart .av-burger-menu-main {
        padding-top: 33px;
    }
    
    

    Best regards,
    Vinay

    #1002335

    Hi kilimats,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

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