OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Hide Joomla Touch slider module (0 viewing) 

Joomla Slider Support

Go to bottom Favoured: 0

Hide Joomla Touch slider module

admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Hide Joomla Touch slider module 4 Years, 2 Months ago
Karma: 101  
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
Logged Logged
Last Edit: 2020/02/13 09:45 By admin.
The administrator has disabled public write access.
Go to top
»