Home Forums WoodMart support forum Woocommerce Product Bundle Text and Image size issue

Woocommerce Product Bundle Text and Image size issue

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #409487

    Little Panda
    Participant

    Hello.

    I just renewed your support because your theme is working fabulously!

    We have installed Woocommerce Product Bundles plugin but we have some styling issue we hope you can help us with.

    We need the text size and image size reducing for the parts of the bundle in the image shown in the private area highlighted in green. This is currently installed on our staging site. We checked with Storefront theme and the sizing is correct with that theme so it seems to be woodmart theme related.

    Please let me know if you have further questions or issues

    Regards

    #409499

    Little Panda
    Participant

    Actually UI just figured out how to change the text size using the typography theme advanced setting however I’m still stuck with how to adjust the bundle image size?

    #409540

    Artem Temos
    Keymaster

    Hello,

    Could you please send us a screenshot of how it looks with the default WordPress theme Storefront so we can see how the image should be?

    Kind Regards

    #409684

    Little Panda
    Participant

    Sure please see the hidden area where we show the difference between woodmart theme and storefront theme with the bundle thumbnail images.

    #409851

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code to the Custom CSS area to change the image size

    .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: 12%;
    }
    
    div.bundled_product_summary:not(.thumbnail_hidden) .details {
        width: 88%;
    }

    Kind Regards

Viewing 5 posts - 1 through 5 (of 5 total)