Hiding Banner Wrapper - Magazine Header
Hello,
I'm wanting to hide the .banner_wrapper image when on a phone. I've tried this in the custom css section of theme options but no luck.
@media screen and (min-width: 0px) and (max-width: 720px) {
.banner_wrapper{ display: none; }
}
Thanks
Comments
Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
thanks