I solved the problem. Thanks
Best regards
Claudia
Hi Yigit,
I have registered but still I can’t place a new topic.
I have created two sliders. One for mobile – and one for desktop. I Insert in Quick CSS
#INX_Home copy { display: none; }
@media only screen and (max-width: 767px) {
#INX_Home { display: block !important; }
}
Look at this:
both sliders are visible on desktop
Can you help? Thank you