Dawn theme/ Add more space above the text in Product Page on Pc

Hi there,

My url: andrejewelry.com

Password: Thankyouverymuch121

I would love to add more space above the text and it will stay the same even though I scroll down. Please check the picture:

Thank you!

1 Like

Hi @AndreaHuang

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 “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product__title {
    margin-top: 50px !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

It works! Thank you!

1 Like