Hi guys,
how can a change the position and the size of a widget content in a mobile device , or how can I remove this only in mobile view?
Thanks for your help!
Andreas
Hi a-l-p!
Add this to your custom CSS.
@media screen and (max-width:400px) { #header .widget { display: none !important; } }
Regards,
Elliott
Hi Elliott,
it works perfect!
Thank you, and have a great day! :)
Regards,
Andreas