1. Mol4
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Friday, 09 October 2015
  5.  Subscribe via email
Hello,
on Vollebregt-brommobiel I'm using the Grafik template. I'd like to hide some modules for mobile but "hidden-phone" with or without space in front doesn't work. Is there another way to fix this?
Thanks!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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


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


The hidden-phone class should then work for you correctly.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

thanks, this works!
Only thing is that on my iPad I don't see the sidebar-a modules but the (empty) space is still there.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL directly to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

sorry, forgot that but here it is: website

Thanks!
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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


@media only screen and (max-width: 979px) {
.sidecol_a, .sidecol_b {
width:100% !important;
}
#content_remainder, .items-row .item {
width: 100% !important;
}
#container_main .wrapper960 {
margin-top: 0px;
}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

thanks! This works :)
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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