Adjust the position of woocommerce variations

I am trying to adjust the position of the variation information inside the

on a single product page. I have attached 2 images one is a current view and the other is an example of what I am trying to achieve.

Target

Current

Hi There,

Please add the following code to Theme Options CSS

 .woocommerce div.product .summary .variations .label {
    text-align: right;
}

.woocommerce div.product .summary .variations {
  
    max-width: 450px;
    margin: auto;
}

Hope it helps!

Thank you!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.