This topic has 6 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
Hi guys,
A few questions please.
1) woocommerce does not redirect to shopping basket when activated and Ajax is activated on theme options, can they not work together?
2) on the related products at the bottom of the page, when the product title is long there is not much margin between the title and the price, too close together, how can I adjust the margin height between the title and price please?
Website in private.
Thank you!
Hello,
1) Yes, they not work together. The Ajax “Add To Cart” option should be disabled.
2) The problem caused by the following fixed height value in custom.css. Try to increase or remove that code.
.carousel-area .product-title {
height: 10px;
}
Regards,
Robert Hall
Thanks will try that and get back to you
Ok, looking forward to your reply.
Regards,
Robert Hall
Thanks Robert, increased the height and that is better now although most probably better if I use different heights for media queries.
Please mark as resolved.
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘A FEW ISSUES TO RESOLVE’' has been successfully resolved, and the topic is now closed for further responses