Help Docs Software Kadence Kadence Iconic Kadence Iconic Woothumbs WooThumbs Not Working In The Avada Theme

WooThumbs Not Working In The Avada Theme

You might come across some issues when running WooThumbs in the Avada theme. If your images load and then stretch beyond the screen, then you are experiencing the issue first-hand!

Fortunately, it’s easy to fix with some simple CSS. Add this to your theme’s CSS file, or go to Appearance > Customizer > Additional CSS and add it there:

.avada-single-product-gallery-wrapper {
    width: 500px;
}

This should still be responsive if you have configured the settings in WooThumbs, but may need tweaking based on your specific theme.

Was this article helpful?