Help with shop product display and Product page image display

Hello, I like your theme and will be using it for my shop, I hope you can help me with some details.

  1. The shop page displays only 2 columns of products with very big products thumbnails.
    Link: https://www.evaxshop.com/tienda/
    I would like it to be 3 or 4 columns and to take the full width of the screen

  2. The product page shows the Featured image of the product, but it resizes it to the full width of the product page, making it very big and blurry, and not leting the product information display correctly.
    Link: https://www.evaxshop.com/producto/aceite-para-masaje-comestible-60ml-sabor-fresa-kiwi/
    I want it to be display like the product page in your demo please.

Hello there,

I hope you are doing well today.

  1. Please go to Appearance > Customize > Theme Options > WooCommerce and you can adjust the number of columns in the shop there.
  2. I am not able to view the page as you have a coming soon feature enabled, can you please disable that?

Best Regards,
Support

Hi, thanks for the reply, 1 is now ok, as for 2 here is a working link:

https://www.evaxshop.com/producto/aceite-para-masaje-comestible-60ml-sabor-cereza/
The whole page has an age verify confirmation feature to access

Thanks!

hi

Did anyone redesign this theme? product description, short description, price and add to cart button must be on the right side of the product, this css changes layout of the product page:

.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
float: none;
width: 100%;
}

You have to remove it

Hi, no one has redesigned it, I have only basic wp wc knowledge, where can i find/remove that CSS?? or should I reintall the theme?

Thanks!

hey there

Please add this CSSĀ in appearance - customize - additional CSS

.woocommerce-page div.product div.summary {
float: left !important;
width: 48% !important;
}

Thanks!
Colorlib Support Team