CSS Error in get_global_smooth_slider() ?
-
With the “Enable Responsive Design” setting enabled, I ran into a problem where, for smaller media sizes, the right side of my Smooth Slider (div id = “smooth_slider_1”) was extending beyond the right side of its containing division (“Responsive” theme, div id = “featured”–part of the front page). I believe this reflects a possible bug in the get_global_smooth_slider() function (in smooth_1.php). I was able to fix my problem by changing portions of several CSS declarations there from
.smooth_slider{width:100%
to.smooth_slider{width:auto
. I think the “100%” is probably in error for reasons described here.In addition, the same function contains several cases of CSS syntax reading
max-width:100%
. I didn’t change these, but I’m not sure it’s valid syntax.Thanks.
- The topic ‘CSS Error in get_global_smooth_slider() ?’ is closed to new replies.