Issues with padding between 2 sections

Hello,

So I recently purchased a new hero section for my page and i cant seem to make the padding work between the section and my header.

I adjusted all the section settings but theres only so much i can do. I want a code that would only target desktop so the image on my hero section wouldnt be so close to the header.

Its right at the start of my page, you’ll see the head on the image is basically inside the header.

URL ; jasaoslaj.com

Mobile works perfectly fine.

Thanks!

Hello @jasa11
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->style.scss.css
add this code at the end of the file.

@media (min-width: 768px) {
body {
margin-top: 11rem !important;
}
}

result

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

Hi @jasa11

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”

  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.

  3. In the “theme. Liquid” file. Find the tag and paste the code below before the tag.


And Save.

Result:

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!