• Resolved Renwod

    (@renwod)


    Hello,
    While I was using your mobile menu plugin, I also needed for another bar on the bottom of the screen (mobile only), with a fixed position.

    The problem is that when Mobile Menu is active, the other bar doesn’t follow the scroll, when I tried to deactivate it, it worked like it should.

    Any idea on how to solve this?

    Btw, to have the other bar I created a widget in the footer and then added some css

    .sticky_footer-mobile {
    	display: none;
    }
    @media (max-width: 680px){
    	.sticky_footer-mobile {
    		display: block;
    		position: fixed;
    		bottom: 0;
    		right: 0;
    		left: 0;
    		width: 100%;
        height: 50px;
    	}
    }

    Thank you and regards,
    Nicholas

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Compatibility problem with a sticky bar’ is closed to new replies.