1. EFH
  2. Sherlock Holmes
  3. Free Templates / Extensions
  4. Tuesday, 14 July 2015
  5.  Subscribe via email
Hi there,

How do i disable the bottom modules on mobile devices?
I tried to turn off the feature in responsive options, in template manager, but it's not working.
I added this code but it's not working:

#bottom1_modules, #bottom2_modules {
display: none;
}}

Website: http://justweddingentertainment.com.au/joom3/index.php

Thanks in advance
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To resolve try adding the following to the Custom CSS field of your templates parameters (edit to taste)...


@media only screen and (max-width: 767px) {
#container_bottom1_modules {display: none;}
}


CiarĂ¡n
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
  • Page :
  • 1


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