I’m using the same jQuery image slider on two sites and one site is correctly resizing while the other is cutting the slider off when viewed on a iPad/Safari browser. I’ve tried to emulate the CSS of the working site but still can’t figure it out. Any ideas?
Photo Slider Works here: http://tinyurl.com/42ww9c6
Broke here: http://tinyurl.com/creb29o
From what I could deduce from your
style.css,#content-sidebar-wrapis being overridden.When I played with it in Safari I found that doing the following fixed the issue:
I used
!importantto prevent it from being overridden.