How can I align a section for desktop view?

Solved

How can I align a section for desktop view?

beaknhtn
Tourist
10 0 5

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

 

 

Accepted Solution (1)
PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Amelia
Shopify Partner
626 165 238

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?

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

beaknhtn
Tourist
10 0 5

Thank you for helping

Pass: biangu

Url: www.matibrnd.com

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.