How can I align a section for desktop view?

Hi everyone, for some reason when the screen gets bigger the section I have circled in red moves to the left can you please help me align it under the product description like on the laptop? Thank you

1 Like

Hello @beaknhtn

This is Amelia at PageFly - Shopify Advanced Page Builder app.

Could you please provide me with the URL so I can check it for you?

1 Like

Thank you for helping

Pass: biangu

Url: www.matibrnd.com

Hello @beaknhtn

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

.product__tax.caption.rte {
    text-align: center;
}
.product-form__buttons {
    margin: 0 auto;
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

1 Like