This topic has 7 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Oliver Theiß
hello all,
I have had this problem for a long time and can’t find a solution.
I am optimizing the product page at the moment and it bothers me already…. :((
I had done something with yellow pincel at the beginning of using yout theme and can not find the changes.
I would like to have the view as in the screenshot from your example page. I get it but somehow in the cutomizer not settled.I just need support here.
But this has time… so if someone has time, I would be pleased
Best regards Oliver
Hello,
It’s not related to Yellow Pencil but to Elementor Pro that you used to create product template.
Add the below code to Custom CSS
.template-container .product-content .woocommerce-variation-add-to-cart, .product-content form.cart {
flex-wrap: wrap !important;
}
Regards
Hallo Olga,
awww…………..
that explains it ….. I had wondered why it does not go… 🙂 Yes, a colleague uses your single product builder.
many thanks
Oliver
Hello,
You’re welcome!
Regards
Hello Rose
ha…….. shit i was afraid of it.. damn .´/
the new code ….. overwrites the code you created for me for the mobile view…
this is the old code
.variations_form .woocommerce-variation-add-to-cart {
width: 100%;
}
.single-product form.cart table.variations,
.single-product form.cart table.variations td.value select {
width: 100% !important;
}
what is the best thing to do now… :/
see screenshot:
the shopping cart button must also be set to 100% for mobile.
then I think it would be okey…..
best i take out the two cods and you send me a new code snippet? a combination for both ?
lg Oliver
Hello,
To make the add to cart button full width
@media (max-width: 767px){
.stretch-add-to-cart-button .single_add_to_cart_button{
width: 100%;
}
}
Regards
Heay Olga ,
Tank You !! 🙂
Tagged: problem, product page, quantity view, shopping cart, solution, woocommerce, wordpress
The issue related to '‘shopping cart and quantity view-product page Problem’' has been successfully resolved, and the topic is now closed for further responses