I was tweaking the code for my site and i have changed something i did not mean too, but cannot figure out what.
The buttons on my image banners will only show on the top/center/bottom left - no matter what location i select from the drop down options, these are the only positions that show. I need the location of the button to follow the settings I choose. Could someone help advise me on which section of code i need to correct?
Iām using Dawn theme
website is stakdjewellery.com
Thanks!
Please share the URL of you site.
Hi @chloeb1990
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file ā Save
.banner__buttons {
justify-content: center !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
1 Like
@chloeb1990
Hello,
please use code below above in theme.liquid
.banner__buttons {
justify-content: center!important;
}
after look like this,