Why is the top of my pages being cut off by the header?

Solved

Why is the top of my pages being cut off by the header?

JenaPatel
Tourist
8 0 1

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. 

 

Screen Shot 2023-12-13 at 12.52.23 PM.pngScreen Shot 2023-12-13 at 12.47.28 PM.pngScreen Shot 2023-12-13 at 12.47.17 PM.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10038 2387 3014

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:

Made4uoRibe_0-1702585113998.png

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Hi @JenaPatel 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
JenaPatel
Tourist
8 0 1
samsaraco.com

Thank you!
Made4uo-Ribe
Shopify Partner
10038 2387 3014

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:

Made4uoRibe_0-1702585113998.png

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
JenaPatel
Tourist
8 0 1

That worked thank you so much!