Slideshow words cut off at certain width

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

missioneyes 0.00 $tone January 9, 2014
Public

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

#2
missioneyes 0.00 $tone January 13, 2014
Public

I have tried this fix but now I have the words of the slideshow overlapping the images.
Any other suggestions?

#4
Profile photo of Css Magician 0.00 $tone January 13, 2014
Public

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%;

#5

This question is now closed

Written By

Comments