Files Needed To Fix Cosmetic Issues Missing

I have two problems:

  1. I do not have a theme.scss.liquid file. I need this to fix a large awkward looking space between the photo and the title on the product page. I have also looked, as recommended by other Shopify discussions, for theme files starting with timber or style and those also do not exist.

  2. I do not have a product-template.liquid file. I need this to get rid of the ‘shipping calculated at checkout’ text under the product price.

I have checked everywhere for them and they are not there. I have a different store operating under the debut theme and I have both these files- why does this store not have them?? I need this fixed ASAP.

Other info: I am using the Dawn theme. The awkward spacing between the photo & title on the product page only happens on mobile. It is a one product store.

My product page link is: https://the-sweat-shorts.myshopify.com/products/sauna-sweat-compression-shorts

The site is not launched yet, the site password is “twewsh”

Here is a picture of the awkward spacing on mobile and the ‘shipping calculated at checkout’ text:

Hi @a_hs82 ,

Please add the below CSS code at the end of your base.css file.

@media(max-width:767px){
body .product__title{margin-top:0;}
}

Just to inform you, in dawn theme, you can’t find what you are looking for. As in the new Dawn theme, there are separate CSS files for each template. And the product template is created using JSON. so you need to have some basic knowledge of the Dawn theme to work with it.

Thank you so much for the quick reply! So just adding this code to the very bottom of the “base.css” will take away the weird space?

Nevermind, tried it and it worked! This was so helpful! Thank you so much.

@a_hs82 , Anytime :slightly_smiling_face: happy to help you