WP theme and Woocommerce single prod issue
-
I am using the Illdy (https://colorlib.com/wp/themes/illdy/) theme and also am using woocommerce.
The single product page here: https://www.bluelinebox.com/product/monthly-blueline-box/
The Shopping Cart is all messed up too… This is the only theme I have had this issue with!
https://www.bluelinebox.com/my-account/cart/
The image was very large and seems to have been enlarged by the theme to 913.433 x 733.783. But the actual image is only 640 x 481. Because of this is has caused the sidebar to go to the bottom footer area and throw everything off.
I did the following in stylesheet to at least get the image smaller,
.single_product_display .imagecol {
width: 23%;
}
/* modify product summary width */
.single_product_display .productcol {
width: 73%;
}but really that didn’t fix my issue because the layout is all still messed up
Also, I have used other themes and not had this issue. Only when I loaded this theme.
Any ideas on how to fix it?
Thank you
- The topic ‘WP theme and Woocommerce single prod issue’ is closed to new replies.