Sense theme: How can I move button in product page to center (Button & Label)?

Please help me the code.

Hi @Maradysothea009

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Go to Online Store > Themes > Edit Code >base.css. After pasting my code to the bottom of this file

variant-radios fieldset{

margin:auto !important

}

Best Regards;

Pagefly

@Maradysothea009 ,

Share the store URL…

It still does not work.

Scoody Prime Mall

Can you share the URL with me?

Ok please check, Perfume Aromatherapy Bracelet – Scoody Prime Mall

@Maradysothea009 ,

fieldset.js.product-form__input {
    text-align: center;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

you can add

variant-radios{

text-align: center

}

variant-radios legend.form__label{

margin-left:24px !important

}

Wow, it’s work 100%, thank you so much.