Hello
I would like to show some module to desktop version and I need to hidden to mobile version.
Can I get code for Module Class Suffix to fix it ?
and more How to fix image to responsive?
my site : http://www.homeandlifestyledeco.com/index.php/en/
@media only screen and (max-width:747px) {
.nomobile {
display: none !important;
}
}
img {
max-width: 100%;
}
@media only screen and (min-width:1024px) {
.nodesktop {
display: none !important;
}
}