In Firefox the Slideshow loads properly, but in Safari (and Mobile Safari) it gets a little weird. Attached are screenshots of the desired formatting and Safari code farts. In the second safari image you can see that reducing the browser's width makes it behave as though the Slideshow block is lager.

Details: I'm working with Adaptive Themes. The slideshow block is the second item in the Main Menu block (this may be the issue..?).

I've been looking through the forums and playing around with CSS but with no luck. (Admittedly I am a novice, happily fiddling my way through working with Drupal)

Thanks for any and all help.

CommentFileSizeAuthor
safari 2.png197.98 KBAnonymous (not verified)
safari.png273.42 KBAnonymous (not verified)
firefox.png459.4 KBAnonymous (not verified)

Comments

artatac’s picture

I am also finding this - see

http://dowerhouse.co.uk/ LHS

artatac’s picture

FYI I managed to sort it by adding

#block-views-slideshow-block img{
width: 232px;
height: 150px;
}

but it is a bit of a kludge so hope the bug is sorted soon