Problem with blog when i have theme child
-
Hi, when i turn on child theme my blog layout crash
How to change height of main photo?
Hi Maiursz,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
Hung PD
Hi Maiursz,
Thanks for details.
1. Blog
It caused by the Custom CSS in child theme.
2. Images
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.single-product .woocommerce-product-gallery img {
width: auto;
}
Regards,
Hung PD
https://woodmart.xtemos.com/shop/lighting/fermentum-potenti/
i would like to have main image size like it, how i can change it in my site?
Hi Maiursz,
You are using a Custom Single Product layout, which is built with WoodMart WooCommerce builder. Navigate to Layouts > Layout to edit product layouts > here you can reduce galleries’s container’s width https://ibb.co/VY6nJJ82
Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/
Regards,
Hung PD
Hi i would like to limit category max 2
-
This reply was modified 2 weeks, 3 days ago by
Maiursz.
Attachments:
You must be
logged in to view attached files.
Hi Maiursz,
Thanks for your patience.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.wd-product-cats a:nth-child(n+3) {
display: none;
}
Regards,
Hung PD