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

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

Thanks in advance for the help!

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 add below css code in bottom of assets/timber.css file

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

}
Thank you.