[ad_1]
Hi @maxipos
You will need to add this CSS to either Website Custom CSS (pro feature) or another CSS plugin you have:
@media (max-width: 480px) {
.simple-banner {
display: none !important;
}
}The 480px is the breakpoint that you will need to play around with to set to your liking. Usually mobile is in the 300-500 range and tablets are in the 700-800 range.
