Hi.
I have a problem with widgets displayed on left sidebar when they are displayed on mobile devices where the sidebar is displayed at the end of the page. Call to action is where I want it to be on desktop devices, but on longer pages on mobile devices the user will rarely get to see it.
I’d like to create a widget that I would place within the main content of a page but I only want it displayed on mobile devices. How do I do that?
Thanks.
Hi gorkas!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 768px) {
#enhancedtextwidget-7 { display: none; }}
Cheers!
Yigit
Thank you.
I can’t remember any other product where I get such a good support.