Hi @bapestars ,
If I understand correctly, you want to align the “Clear” button on the variations at the center bottom outside the table, right?
Link to image: https://d.pr/i/vVhL56
Moving the button outside the table will require customization on the single-page template. This button is coming from the template: wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variable.php
You can override this template by following the template override guideline and make necessary changes.
You use CSS to move the button to the center bottom:
a.reset_variations {
display: block;
}
If you need further help with the customization, I will recommend getting in touch with a developer as our support scope is limited in terms of providing customization solutions.
Thank you.