Re: class = visible-phone not working - afterburner2
Posted 10 years 1 month ago
Hi Henning,
I have the same problem, i want a module to display only on phones and hidden on tablet and desktop.
When i add visibile-phone to css class module is visible everywhere, if i add hidden-desktop ti is visible only on phone and tablet but if i addals hidden-tablet nothing change, module is visibile both in phones and tablet.
Try to add this to my mediaqueries.css as you suggest but nothing change
.visible-phone {
display: none !important;
}
URL is
www.genitorichannel.it
You will see the banner in the sidebar position for desktop and in the content-top-a position for phone but if you see it in tablet you will see both modules (sidebar and content-top-a position).