Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #628687

    Ahoy –

    I’m trying to make my mobile menu sticky on my site but the code I found overlaps the advanced layer slider.
    Is there a way to have that sticky menu that doesnt overlap.?

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

    Hey mcraig77,

    You can try the following in combination with the CSS you posted:

    #layer_slider_1 {
        margin-top: 82px !important;
    }

    Regards,
    Rikard

    #629073

    Hi –

    So I added that code but all it did was add a blue space above the slidier both in the mobile and desktop versions.

    Please advise how to make this work only on mobile an not overlap on the layerslider.

    Thanks!

    #629869

    Hi,

    Please change the code to following one

    @media only screen and (max-width: 767px) {
    #layer_slider_1 {
        margin-top: 82px !important;
    }}

    Best regards,
    Yigit

    #630303

    Anyway to make the Extra Elements to appear right way on mobile? but on desktop load when scrolled down?

    #631236

    Hi,

    The background is the same as the font color. This should work:

    @media only screen and (max-width: 767px) {
    .responsive #top .av_header_transparency #header_meta {
        background-color: #117e73;
    }
    }

    If the same css media query exist, copy the code and put it inside the existing media query. We would like to know if our suggestions above work on your end.

    Best regards,
    Ismael

    #631525

    Ahoy –

    replaced that code and still nothing… here are my logins just in case

    T

    • This reply was modified 8 years, 6 months ago by mcraig77.
    #632641

    Hi,

    I’m sorry but the link you provided is different from the first link. Which one is correct?

    Best regards,
    Ismael

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