Site logo

[Resolved] WooCommerce Product Bundles Thumbnails Size

Home Forums Support [Resolved] WooCommerce Product Bundles Thumbnails Size

Home Forums Support WooCommerce Product Bundles Thumbnails Size

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #2453505
    Matthew

    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!

    #2453522
    Leo
    Staff
    Customer Support

    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?

    #2453529
    Matthew

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

    #2453544
    Matthew

    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?

    #2453566
    Leo
    Staff
    Customer Support

    That sounds about right – the plugin is still % to set the width:
    https://www.screencast.com/t/t8wRvLefMhBy

    Would turning off the sidebar for single product view work?
    https://docs.generatepress.com/article/woocommerce-overview/#single-product

    #2453573
    Matthew

    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?

    #2453737
    Leo
    Staff
    Customer Support

    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;
    }
    #2453784
    Matthew

    Thanks!

    #2453788
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.