• 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.

    https://www.ads-software.com/extend/plugins/smooth-slider/

Viewing 1 replies (of 1 total)
  • Thread Starter FSSBob

    (@bob2001)

    Oops–scratch my second paragraph. max-width:100% is valid syntax.

    But the issue described in my first paragraph remains.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Error in get_global_smooth_slider() ?’ is closed to new replies.