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

    Hi,

    I am using Enfold Child theme for my website and needed the header to be stick on top on mobile, so i added this code.

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

    But now the header is hidding the layer slider on top of the page.

    #840629

    Can someone help?

    #840687

    Hi,

    The link you provided re-directs me to a facebook page.

    Best regards,
    Jordan Shannon

    #840689

    Because the site is in construction, so it’s redirected on the FB page for now. How can i give you acces? Sorry i am not really used to this.

    #840777

    Hi,

    I’m not sure to be honest, if the page redirects then you cannot log into it? Maybe you could try to only redirect the front page or something like that?

    Best regards,
    Rikard

    #840977

    You can give me your IP address and i can put you on the Unrestricted IP list.

    #841097

    The site is now online. You can go.

    I also have another issue. I would like to take off the banner above the product, on every product page, and i don’t know how.

    Thank you

    http://www.souffledanscassette.com

    #842145

    Hi,

    I’m not seeing the error, did you remove your css above?

    Best regards,
    Jordan Shannon

    #842151

    Yes, i did, because the site is now used by customers. The header on mobile was hidding the layer slider.

    #842154

    Hi,

    Add the following to quick css:

    .html_header_top.html_header_sticky #header {
    position: fixed !important;
    }
    @media only screen and (max-width: 767px) {
    .responsive #main {
    padding-top: 82px!important;
    }
    
    #main.all_colors{
    margin-top:200px!important;
    }
    }

    Best regards,
    Jordan Shannon

    #842174

    Awesome! It’s working.

    Thanks a lot!

    #842203

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Sticky menu issue’ is closed to new replies.