• Hi,

    I’m looking to increase the width of the main product image (Single Product Image) beyond the default 55% of the container. I was wondering if you could provide guidance on an easier method to make this adjustment within the plugin settings or through a workaround?

    Your assistance in this matter would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Dmitri Banshchikov

    (@dzimazilla)

    Maybe?something like this:

    .images.nickx_product_images_with_video {
    max-width: none; !important
    }

    Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hello,
    I’ve check in your provided product. I think you have resolve this issue yourself. just found the syntax error in your CSS, Please replace the your CSS with this one.

    .images.nickx_product_images_with_video {
        max-width: none !important;
    }
    Thread Starter Dmitri Banshchikov

    (@dzimazilla)

    Thank you very much for your assistance

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Enhancing Single Product Image Width in WooCommerce Plugin’ is closed to new replies.