How can I position two buttons side by side in the Dawn Theme?

Topic summary

A user needed help positioning two buttons side by side instead of stacked vertically in the Dawn theme.

Solution provided:

  • Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
  • Locate the theme.liquid file
  • Find the </body> tag and paste custom CSS code before it
  • Save the changes

The 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.

Summarized with AI on November 13. AI used: claude-sonnet-4-5-20250929.

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

1 Like

Hi @MargaritaMaster

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!

1 Like

Amazing! This worked, thank you.

1 Like