Hello good afternoon!
I tried some modifications by css and as expected, to no avail. as I would do for the theme or if it is a problem of the theme or some customization, how would I do to solve it?
This topic has 12 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Michael
Hello good afternoon!
I tried some modifications by css and as expected, to no avail. as I would do for the theme or if it is a problem of the theme or some customization, how would I do to solve it?
Hello,
Describe the desired result and we will help you with the custom CSS code.
Regards
I just need the title, button and price to be aligned, since the image is already, at least that’s what I hope.
Try to add this code in Theme Options > Theme custom CSS > Global custom CSS:
.main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
display: flex;
justify-content: center;
}
.products-loop .ajax-content, .products-loop {
display: flex;
flex-wrap: wrap;
flex: 1;
}
.content-product {
flex-direction: column;
justify-content: space-between;
display: flex;
flex: 1;
}
.content-product .quantity-wrapper {
margin-right: auto;
margin-left: auto;
}
About the filter, there is no such possibility, unfortunately.
Regards
For another problem, when I put the zip code in the calculator on the product page it shows a price and when it goes to the cart page, the price increases too much, is it some configuration of the theme?
related products were still a little crooked, how can we solve?
Hello,
How does it work with Storefront (default WC theme)?
You are using a 3rd party plugin, but we can’t guarantee full theme compatibility with all existing plugins. Contact support of the plugin, maybe their team will be able to advise something.
Without access to the dashboard and FTP, we can not take a closer look and give any comments about this situation.
Abot related products, add this code:
.related-products .swiper-container {
display: flex;
align-items: stretch;
}
.related-products .product-slide .product {
display: flex;
height: 100%;
}
.related-products .swiper-wrapper {
height: auto;
}
Regards
Thank you!
One more thing, where the login / registration is on the main page, is there a possibility to change the registration form or put it on woocommerce?
WooCommerce > Settings > Accounts & Privacy > Account creation https://docs.woocommerce.com/document/configuring-woocommerce-settings/#section-15
Regards
don’t have the possibility put a login form and register how to complete a purchase? using the same forms?
Sorry, but your questions are a bit unclear for me. Please describe the desired result in more detail.
Regards
thanks, but manage to solve the problem that was in the configuration.
The issue related to '‘Layout problems related to the alignment of titles, price and purchase button of’' has been successfully resolved, and the topic is now closed for further responses