1. Agabby
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 17 February 2017
  5.  Subscribe via email
Hello Ciaran,

I reviewed the Privilege template from the Joomla51 page in mobile view (list of templates to purchase) and I found this same problem here as well. The top logo overlaps and hides the slideshow in mobile view. You can't see the slideshow. So there must be a coding glitch in the template..But I have an iPhone 5 so I will check the simulator to check others. I never noticed this. I know privilege is an older template but please let me know if this is updated. Thanks

A
Accepted Answer Pending Moderation
0
Votes
Undo
Hi April

To ensure that the logo does not overlap any content on smaller screens you could try adding something like the following to the Custom CSS field of your templates parameters (edit to taste)...

@media only screen and (max-width: 959px) {
#slideshow.block_holder {
padding-top: 65px !important;
}}


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!