Shopify themes, liquid, logos, and UX
I want to change positions of buy buttons on my website https://swawe.store/products/desert-landscape
like, buy it now should come over add to cart button. it is currently add to cart on buy it now
Solved! Go to the solution
This is an accepted solution.
Hi @swawestore
check this one
.product-form__buttons {
display: flex;
flex-direction: column-reverse;
gap: 1rem;
}
.product-form__buttons {
display: flex;
flex-direction: column-reverse;
gap: 10px;
}
Hello @comercioservice
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
product-form .product-form__buttons {
display: flex !important;
flex-direction: column-reverse !important;
gap: 1rem !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hi @swawestore
check this one
.product-form__buttons {
display: flex;
flex-direction: column-reverse;
gap: 1rem;
}
Hi @swawestore
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.product .product-form__buttons {
display: flex;
flex-direction: column-reverse;
gap: 1rem;
}
</style>
Also, while checking on the issue for you I've had some suggestions that you might consider to make for your product page here is:
1. Is to add Review Star rating below the product title here : it will increase more trust for your product
2. To review the product pricing, that will make your customer more easier to know about the price
3. Is to add the review part under the product list section on the page
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025