Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Theme Options
How to hide banner on mobile
mwdezign
May 2017
in
Theme Options
I am working with Magazine Header (for eg - BeCharity 2 Layout)
I want to hide the banner on mobile and tablet and just make it visible on Desktops.
Comments
Bryan
May 2017
Hi,
try this css
@media
(max-width:767px) {
.banner_wrapper {
display:none !important;
}
}
Sign In
or
Register
to comment.
Comments
try this css