1. ecweb
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 18 April 2019
  5.  Subscribe via email
HI,
On mobile view (on my android), the logo area overlaps the slideshow to the degree that the text of the slides cannot be seen or read easily.
Can you look into this for me?
It occurs both in your own demo at https://www.joomla51.com/demo/0156/ and on my new web site that I am developing at http://graceinternational.org.nz/new/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can add the following to the Custom CSS field of your template settings..

@media only screen and (max-width: 767px) {
#container_header {
position: relative !important;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you, but that didn't seem to work.
It seems that there is another css rule that overrules this and makes the position absolute.
You can see it in action now at http://graceinternational.org.nz/
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try replacing the suggested CSS with the following...

@media only screen and (max-width: 767px) {
header#container_header {
position: relative !important;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
THank you - that is great!
Also the 'caption' text on the slideshow disappears when in mobile view - how do I make it appear?
I think this is '.layerslideshow-caption'
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You can adjust the screen width at which the caption is hidden via the Hide Caption Breakpoint field in the Responsive Options tab of your module settings.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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