1. ivica
  2. Commercial Templates
  3. Thursday, 19 January 2017
  4.  Subscribe via email
I'm using the Scarlett template and trying to hide the module on mobile devices with Module Class Suffix "hidden-phone" but is not working.

I also tried on demo installer with same result.

I'm using joomla 3.6.5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of the module in question. Alternative you can also try adding the following to the Custom CSS field of your templates parameters...

@media only screen and (max-width: 767px) {
.hidden-phone {display: none !important; }
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I tried adding Custom CSS field but nothing changed.

I'm trying to hide modules on header-1 and header-2 positions.

URL: http://lorencic.ba/demo
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend try adding the following to the Custom CSS field of your templates parameters..

@media only screen and (max-width: 767px) {
.header-1, .header-2 {
display: none;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!