Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22091

nebojsab on "[Plugin: SideOffer] Hide Plugin on Mobile"

$
0
0

Hi Nelson,

if you still in doubt how to solve this, take this and place it in your theme stylesheet:

@media screen and (max-width: 480px) {
    #sideoffer {
        display: none !important;
    }
}

Normally you place max-width that suits your needs.


Viewing all articles
Browse latest Browse all 22091

Trending Articles