Hi, as you can see in the attached screenshot there are a few glitches on the product page. How can I fix them and how can I move the quantity and buy buttons so they will be aligned to the right?
Thanks.
Hey DROR,
The page below does not contain the elements that are in the screenshot. When I click the green button, the page just reloads. Can you give us the link to the page with the issue, please?
Best regards,
Victoria
Sorry, the correct ULR is attached.
Hi,
Thank you for the info.
Please add the following css codes.
.rtl div form.cart div.quantity {
float: right;
margin: 3% 0 5px 3%;
min-width: 130px;
}
form.cart .button {
vertical-align: middle;
float: right;
margin: 3% 0 0 0 !important;
}
Adjust and extend as needed.
Best regards,
Ismael
Thanks but it still seems like some lines are missing – https://screencast.com/t/XceO6cfwO9R3
Hi,
Thank you for the screenshot. Please add these css codes.
.rtl div .quantity input.minus {
border-right: 1px solid;
}
.rtl div .quantity input.plus {
border-left: 1px solid;
}
#top div div.product .woocommerce-tabs ul.tabs li a {
border-right: 1px solid #e1e1e1;
}
Best regards,
Ismael
I added the code but it doesn’t seem like it made any difference.