I am having quite a few responsive issues with the site when I make just slight changes to the wording etc.
The two issues that I need addressed for the slideshow are that one of the words that gets cut off at a certain width and my picture and text also overlap at the same widths (around 860 px)
The other issue is that the little dots on the slideshow seemed to have disappeared all together at all widths.
Any help is appreciated.
6 answers
For issues in your first and second screenshorts: please open http://powermail4joomla.com/pmj25/te…responsive.css file and add CSS rule below:
Code:
min-width: 768px) and (max-width: 979px) { .ja-ss-items .ja-ss-item img { width: 80%; } .ja-slideshow .ja-ss-desc h2 { font-size: 4.538em; } }
For the 3rd screenshort: I could not detect problem, I suspect it might be your image problem or server load…
The third screenshot was trying to show that there are no dots in the slideshow to indicate how many slides there are such as in your demo.
Seems like they were there originally but somehow disappeared.
Was wondering how to get them showing again.
Thanks
The dots should show now. I helped to configure that for you (simply set Show Thumbnail with yes) in JA slideshow Lite module manager). See screenshort for reference:
Attachment 32845
I have tried this fix but now I have the words of the slideshow overlapping the images.
Any other suggestions?
For issues in your first and second screenshorts: please open http://powermail4joomla.com/pmj25/te…responsive.css file and add CSS rule below:
Code:
min-width: 768px) and (max-width: 979px) { .ja-ss-items .ja-ss-item img { width: 80%; } .ja-slideshow .ja-ss-desc h2 { font-size: 4.538em; } }For the 3rd screenshort: I could not detect problem, I suspect it might be your image problem or server load…
Please try to change width: 80%; with width: 55%;
Perfect. This did the trick.
This question is now closed