Hi!
It didnt work, but i tried this:
@media only screen and (min-width: 769px) {
.only_mobile { display: none !important; }}
@media only screen and (max-width: 768px) {
.only_desktop { display: none !important; }}
Now its working like a charm!
Thanks
/lena
private