OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How to hide a module position in mobile phones in? (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

How to hide a module position in mobile phones in?

prinsloo (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
How to hide a module position in mobile phones in? 8 Years, 5 Months ago
Karma: 0  
I would like to hide a module position in certain mobile screen sizes. Please can you tell me how to amend the CSS?
(hide-moble etc) Joomla templates.
Logged Logged
Last Edit: 2015/10/06 14:27 By prinsloo.
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:How to hide a module position in mobile phones in? 8 Years, 5 Months ago
Karma: 58  
Hello,

Please clarify what exactly module position do you mean? What template and for what mobile screen sizes?

Thanks,
Taras
OrdaSoft team.
Logged Logged
The administrator has disabled public write access.
prinsloo (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
How to hide a module position in mobile phones in? 8 Years, 5 Months ago
Karma: 0  
Hi Thanks,

I solved this myself:-

Created the following css classes in my Style.css file....

@media (max-width: 320px) {

.moduletable.hidden-phone {
display:none;
}
.moduletablecom_product.hidden-phone {
display:none;
}

}

I then added 'hidden-phone' to my Module Class Suffix.

I am using the ORDASOFT TEMPLATE - ECOFOOD TEMPLATE
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:How to hide a module position in mobile phones in? 8 Years, 5 Months ago
Karma: 58  
Oh nice - you are best.

If you face any problems, please contact us through our contact form.
ordasoft.com/About-us/OrdaSoft.html


Thanks,
Taras
OrdaSoft team.
Logged Logged
The administrator has disabled public write access.
Go to top
»