Site logo

Archived topic

WooCommerce Product Bundles Thumbnails Size

8 replies · Started by Matthew on December 7, 2022

Viewing posts 1–9 of 9

We're using the Product Bundles plugin to enable add-ons (see private URL for an example product). The thumbnails it is presenting are larger than we'd like and the plugin developer support tells us something in GP is setting the size larger than they intended. Can you point me in the right direction for which setting that would be? Thanks!

Hi there,

I'm not seeing anything in GP that's setting the size of those thumbnails but let's do some tests.

Can you disable GP Premium to see if anything changes?

Sure thing. I'll switch over to our staging site to experiment (link in private).

I deactivated GP Premium and sure enough, the thumbnails reduced in size, maybe 25%.

I see that when I deactivate GP premium, the right sidebar turns on and that shrinks the column that the add-ons are contained within. Maybe that's scaling the thumbnails with it?

I do have the sidebar off for single product view currently when GP premium is active. I guess what I need is to override that % they're using with some custom CSS. Is that something you could help with?

You can try something like this:

.woocommerce-page div.product div.bundled_product_images, .woocommerce-page #content div.product div.bundled_product_images, .woocommerce div.product div.bundled_product_images, .woocommerce #content div.product div.bundled_product_images {
    width: 100px;
}

Thanks!

No problem :)

This archived topic is closed to new replies.