Solved

[DEBUT THEME] Header padding too small

NixPlixDix
Excursionist
33 0 11

Help! My stores header section in covering most product headings etc.

What to do? I did mae changes to amke a sticky header.

store: nordgrinders.com

Screenshot 2021-11-16 at 13.02.02.png

Accepted Solution (1)

JHKCreate
Shopify Expert
3571 639 917

This is an accepted solution.

Hi @NixPlixDix 

Add the following code at the end of your theme.css file:

 

@media only screen and (min-width: 750px)
{
.main-content {
    padding-top: 95px;
}
}


Let us know if that works for you!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

Replies 5 (5)

JHKCreate
Shopify Expert
3571 639 917

This is an accepted solution.

Hi @NixPlixDix 

Add the following code at the end of your theme.css file:

 

@media only screen and (min-width: 750px)
{
.main-content {
    padding-top: 95px;
}
}


Let us know if that works for you!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
NixPlixDix
Excursionist
33 0 11

thank you kindly! 

Don
Shopify Staff
2765 199 388

Hi there @NixPlixDix!

 

If you're just looking to undo some recent changes you have made to your theme's .liquid files, you can see how to revert such changes here on our help site.

 

Should you wish to start afresh with a new copy of the Debut theme, you can download a copy of any of our free themes from our theme store at any time.

 

As you're using a free Shopify theme here, if you're also on a paid plan you would be able to get support for this theme from us here in Shopify.

 

Check out some of the approved customisations for the Debut theme here

 

Are you selling construction equipment generally, or hearing protection specifically?

Can you tell me a bit more about your business?

Don | Social Care @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

hawkscode
Shopify Partner
177 14 14

@NixPlixDix 

 

please  add this code in theme.css bottom

.product-single__meta { padding-top: 50px;}

 

banned

Zworthkey
Shopify Partner
5581 642 1567

Hii, @NixPlixDix 
Paste this code on top of the theme.scss file.

div#shopify-section-product-template {
    margin-top: 50px !important;
}

Thank You.