1. wallis
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 08 March 2016
  5.  Subscribe via email
Hi Ciarán
In the Boss template I want to make invisible two images when the site width is below 700px.
Their locations are in base-2b and base-2c but I’m unable to identify them in the CSS code
I’m trying:
@media only screen and (max-width: 700px) {
?????? {
display: none;
}}
In base-2a exists another image that I want to maintain visible.
Can you help me?
Regards
wallis
Accepted Answer Pending Moderation
0
Votes
Undo
HI Wallis

You could try using the method described here... http://www.joomla51.com/tutorials/item/hide-a-joomla-module-on-mobile-devices

Rather than adding the class to the 'Module Class Suffix' field which will hide the entire module, you can simply add it to the image....


<img src="#" class="hidden-phone"> 


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


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