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

Can you pls provide a CSS code to hide the Content top modules on mobile phones.
I added this code but it's not working:
@media only screen and (max-width: 767px) { #contenttop_modules {display: none;} }
website: http://www.justweddingentertainment.com.au/joom3/index.php

Thanks in advance.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi EFH

Could you try chaing your Custom CSS to the following...


@media only screen and (max-width: 767px) { 
.wrapper_contenttop {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!