Hello,
I am trying to move these two buttons so that they are side by side instead of on top of each other.
How can I achieve this?
Link to website page: https://themargaritamaster.com/pages/reviews
A user needed help positioning two buttons side by side instead of stacked vertically in the Dawn theme.
Solution provided:
theme.liquid file</body> tag and paste custom CSS code before itThe solution was confirmed to work successfully by the original poster. The response included screenshots showing the code placement and the resulting button layout, though the specific CSS code snippet appears corrupted in the conversation text.
Hello,
I am trying to move these two buttons so that they are side by side instead of on top of each other.
How can I achieve this?
Link to website page: https://themargaritamaster.com/pages/reviews
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “theme. Liquid” file. Find the tag and paste the code below before the tag.
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Amazing! This worked, thank you.