• Resolved naveengs

    (@naveengs)


    Hello, i have installed flacio theme for the website, but am not able to reduce the image size of the products as shown in the link,

    Am not able to do thru flacio theme options,

    kindly give me a solution for this.

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

Viewing 1 replies (of 1 total)
  • Hi there!

    Are you referring to the main image on the left (on a desktop screen size)?

    I’d suggest reaching out to the theme author for support, but if you do not hear back from them soon, you can try the custom CSS below:

    @media(min-width:1100px){
    .single-product .woocommerce-product-gallery .scroll-image img {max-width:70% !important}
    }

    You can adjust the value 70% on the code above according to your preferred size.

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Images and Product images have been enlarged’ is closed to new replies.