Website is www.ploutone.com. Theme is Blackery.
Thanks in advance for the help!
A user seeks help aligning a CTA (Call-to-Action) button with an image positioned above it on their Shopify store using the Blackery theme.
Proposed Solutions:
Two respondents suggest similar CSS fixes:
assets/timber.css file (at the bottom).section.align-middle-center with display: flex and justify-content: center propertiesNote: The original post includes a screenshot showing the alignment issue, which provides visual context for the problem.
The discussion appears resolved with actionable CSS customization steps provided.
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.