Solved

How can I align the CTA button with the image above it?

Ploutone
Shopify Partner
11 0 4

Screenshot 2022-11-07 at 18-43-36 Ploutone - Home of the Modern Guitarist.png

 

Website is www.ploutone.com. Theme is Blackery.

 

Thanks in advance for the help!

 

Accepted Solutions (2)

PageFly-Richard
Shopify Partner
4226 957 1603

This is an accepted solution.


Hi @Ploutone .

 

I’m Richard Nguyen from PageFly- Free Landing Page Builder

 

You can go to Online store => themes => actions => edit code  and add this code on file timber.css

.section.align--middle-center{
display: flex;
justify-content: center;
}



Hope this answer helps.

Best regards,

Richard | PageFly

 

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


PageFly - #1 Page Builder for Shopify merchants.


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

View solution in original post

Denishamakwana
Shopify Partner
1408 173 231

This is an accepted solution.

Please add below css code in bottom of assets/timber.css file

.section.align--middle-center {
             display: flex;
             justify-content: center;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

View solution in original post

Replies 2 (2)

PageFly-Richard
Shopify Partner
4226 957 1603

This is an accepted solution.


Hi @Ploutone .

 

I’m Richard Nguyen from PageFly- Free Landing Page Builder

 

You can go to Online store => themes => actions => edit code  and add this code on file timber.css

.section.align--middle-center{
display: flex;
justify-content: center;
}



Hope this answer helps.

Best regards,

Richard | PageFly

 

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


PageFly - #1 Page Builder for Shopify merchants.


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

Denishamakwana
Shopify Partner
1408 173 231

This is an accepted solution.

Please add below css code in bottom of assets/timber.css file

.section.align--middle-center {
             display: flex;
             justify-content: center;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme