How to modify headers for individual product pages in Dawn theme? (Mobile)

Solved

How to modify headers for individual product pages in Dawn theme? (Mobile)

ArnauP
Explorer
52 3 9

Hi i would like to be able to make padding-left: 0px; in the header of the product page only (ON MOBILE), I have seen that there are people who use this code in theme liquid:

 

{%- if template.name == 'product' -%}
<style>
@media screen and (max-width: 749px) {
.header {
padding-left: 0px !important;
}
}
</style>
{%- endif -%}

 

but it does not work for me.

 

https://jaccomcollection.com/products/jaccom-cotton-t-shirt-1

 

Thanks You!

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
544 109 109

This is an accepted solution.

Hello @ArnauP 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-main-product.css
add this code at the end of the file.

@media screen and (max-width: 749px) {
#shopify-section-sections--23363770253654__header .header {
padding-left: 0px !important;
}
}

result
8.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

View solution in original post

Replies 2 (2)

Rahul_dhiman
Shopify Partner
544 109 109

This is an accepted solution.

Hello @ArnauP 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-main-product.css
add this code at the end of the file.

@media screen and (max-width: 749px) {
#shopify-section-sections--23363770253654__header .header {
padding-left: 0px !important;
}
}

result
8.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
Rahul_dhiman
Shopify Partner
544 109 109

Thanks for accepting my solution
can you please buy me a coffee for my work.

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167