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

Solved
Ploutone
Tourist
6 0 1

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)

Accepted Solutions
PageFly-Richard
Shopify Partner
2770 606 1250

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. 


Let’s create a unique website design with PageFly for free now! 


 




View solution in original post

Denishamakwana
Shopify Partner
1321 165 213

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
2770 606 1250

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. 


Let’s create a unique website design with PageFly for free now! 


 




Denishamakwana
Shopify Partner
1321 165 213

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