Hey there! How do I move the shop now buttons to below the text? (desktop and mobile) I use ella theme and have tried the similar solutions and it doesn’t seem to be working for me (see attached)
This is Noah from PageFly - Shopify Page Builder App
I can help you. Please can you provide the website url. Thank you.
Best regards,
Noah | PageFly
Hello @MollyStrat
Can you share store URL?
https://sundaybesttradingco.com/
thanks!
Hey Noah thank you!
hi @MollyStrat You an add code here to file base.css:
.content-box--left {
left: 0 !important;
}
.content-box--absolute {
top: 75% !important;
transform: none !important;
max-width: 100% !important;
width: 100vw !important;
display: flex !important;
justify-content: center !important;
}
Hope my solution will help you resolve the issue.
