How to hide simple banner on mobile

[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.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer