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
2742 604 1239

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

 

If it’s helpful for you, please let me know by giving it a like or marking it as a solution!


PageFly #1 Shopify Landing Page Builder - Free to use, 24/7 Live Chat Support.


All features are available from Free plan. Let’s create unique website design with PageFly here.


View solution in original post

Denishamakwana
Shopify Partner
1308 162 210

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
2742 604 1239

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

 

If it’s helpful for you, please let me know by giving it a like or marking it as a solution!


PageFly #1 Shopify Landing Page Builder - Free to use, 24/7 Live Chat Support.


All features are available from Free plan. Let’s create unique website design with PageFly here.


Denishamakwana
Shopify Partner
1308 162 210

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