All things Shopify and commerce
Hello,
The top of my pages are being cut off by the header. It's happening on almost all of my pages, as well as the shopping cart.
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, it seems like your aiming something for the banner image. That affect other pages. Do you like to make the header transparent? i just add the margin so it wont be cut.
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:
main#MainContent {
margin-top: 112px;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @JenaPatel
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
This is an accepted solution.
Thanks for the info, it seems like your aiming something for the banner image. That affect other pages. Do you like to make the header transparent? i just add the margin so it wont be cut.
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:
main#MainContent {
margin-top: 112px;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
That worked thank you so much!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025