Hi,
i've tried to hide the slider with smartphone:
*Module class sufix : main_slider hidden-phone*
But it doesn't work.
Can you help me?
Thank you.
Hi
I not see this module prefix on your site
You may hide slider module if you will add to your site CSS(as example: {site}/templates/test1/css/style.css ) below code:
Code: |
@media(max-width: 480px) {
.main_slider {
display: none;
}
}
|
Regards
Ordasoft team