Home › Support Forums › Theme Support › Website not viewing properly on mobile › Reply To: Website not viewing properly on mobile
Daniel Tara
Keymaster
I can see your featured images on my mobile phone. A quick code to disable the slider on mobile is this custom CSS:
@media (max-width: 736px) { #slider { display: none; } }