• Resolved smokinmango

    (@smokinmango)


    banner is showing alright online..but blocking menu on our mobile site. Help please…thank you , Erin

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @smokinmango You may need to activate the plugin for me to help, but this may work, in Custom Site CSS:

    
    @media (max-width: 980px)
    #simple-banner {
        position: relative !important;
    }
    @media (max-width: 980px)
    .et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header {
        position: relative;
    }
    
    Thread Starter smokinmango

    (@smokinmango)

    just activated..I removed code last night so people could place orders…trying your codes now.

    Thread Starter smokinmango

    (@smokinmango)

    now not even coming up. I think my main header menu is blocking

    Plugin Author rpetersen29

    (@rpetersen29)

    Hi @smokinmango the css i pasted above is not showing in the site, are you sure you put it in Custom Site CSS and saved? Try adding !important to the second rule:

    
    @media (max-width: 980px)
    #simple-banner {
        position: relative !important;
    }
    @media (max-width: 980px)
    .et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header {
        position: relative !important;
    }
    div#page-container {
        padding-top: 0px !important;
    }
    
    Thread Starter smokinmango

    (@smokinmango)

    trying code now

    Thread Starter smokinmango

    (@smokinmango)

    ugh..what am I doing wrong..still not working

    Plugin Author rpetersen29

    (@rpetersen29)

    In the Simple Banner Custom CSS section put

    
    z-index: 100000;
    

    Make sure you still include the other css in the Custom Site CSS section i put above.

    Thread Starter smokinmango

    (@smokinmango)

    it’s now working but still covering up menu on mobile site

    Plugin Author rpetersen29

    (@rpetersen29)

    TO the Custom Site CSS section add:

    
    @media (max-width: 980px) header#main-header {
        position: relative !important;
    }
    
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘banner blocking menu on moblie site’ is closed to new replies.