Hi,
I succeed with your help and additional css code to let mobile bottom panel visible in every screen in paricular big screen.
@media only screen and (min-width: 993px){
.et-mobile-panel-wrapper.etheme-sticky-panel {
display: block;
}
}
The problem is with Sticky Add To Cart Bar that don’t show properly in big screen as you’ll see in my attached image.
If i resize in smaller screen and refresh my navigator the sticky bar show instead of my mobile panel and then by expand my screen it works.
Can you please help me in solving this problem please ?
I get