• Resolved Guido

    (@guido07111975)


    Hi,

    Great plugin!

    The images in my slideshow have 2 classes: class="wpsf-product-img wp-post-image"

    The wp-post-image is a native WP class for certain images and themes often add their own CSS-markup that might conflict with the CSS-markup of your plugin. So you might want to add some reset CSS for the wp-post-image, example:

    
    .wpsf-product .wp-post-image {margin:0 !important; padding:0 !important; border:0 !important;}
    

    Guido

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Thank you very much for your suggestion. It is very helpful. We have noted it to add some reset-CSS in the next version.

    Gratitude for mentioning it to us.

    Thread Starter Guido

    (@guido07111975)

    Thanks for adding this in a future update.

    Guido

    Thread Starter Guido

    (@guido07111975)

    Hi @uzzalth

    As far as I can see you did not add the reset CSS yet?

    Guido

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The wp-post-image class of images’ is closed to new replies.