1. jascanio
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 29 June 2015
  5.  Subscribe via email
Hi,
I'd like to know how could I set showcase position to be not displayed when web is accessed from mobile devices. I see some positions can be hidden, but not showcase. Is there a way?
Thanks in advance for your reply.
Regards,
Juan
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Juan

To hide on smaller screen devices try adding the following to the Custom CSS field of your templates parameters...


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


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Great!. Thanks a lot
Regards,.
Juan
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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