Archived topic
"Select Button" aligned right on mobile devices
1 reply · Started by Hendry on August 19, 2020
Viewing posts 1–2 of 2
i have selected text alignment to the center, but it seems the select options button still appear on the right.
it works just fine if i align it to the left.
Hi there,
in your addiitional CSS there is this:
.woocommerce ul.products li.product a.button {
margin-right: unset !important;
padding: 10px 0;
}
Remove the margin-right: unset !important; property.
This archived topic is closed to new replies.