How to keep the margin between product image and header menu the same

Solved

How to keep the margin between product image and header menu the same

tjieko
Excursionist
15 1 7

Hi,

Basically what is happening is that if I scroll on my product page the image is supposed to keep the same distance from the header while the title, description, price, etc. scrolls down. However, the image does not stay still for the first part of scrolling, causing the header menu to cover a part of it. I would like the margin between the product image and header menu to not change.

 

My URL is https://vouwfatbike.nl/

A product page example is https://vouwfatbike.nl/en/products/windgoo-e20 

 

Thanks!

Accepted Solution (1)

Henry_dev
Shopify Partner
118 22 36

This is an accepted solution.

Hi @tjieko You can use this code: 

@media screen and (min-width: 750px) {
    .product__column-sticky {
        top: calc(var(--header-height) + 3rem) !important;
    }
}
If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
Feel free to

Email Me

---

Buy Me A Coffee

View solution in original post

Replies 2 (2)

Henry_dev
Shopify Partner
118 22 36

This is an accepted solution.

Hi @tjieko You can use this code: 

@media screen and (min-width: 750px) {
    .product__column-sticky {
        top: calc(var(--header-height) + 3rem) !important;
    }
}
If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
Feel free to

Email Me

---

Buy Me A Coffee

topnewyork
Globetrotter
596 96 123

Hi @tjieko , kindly use the below code:

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
@media screen and (min-width: 750px) {
    .product__column-sticky {
        top: calc(var(--header-height) + 3rem) !important;
    }
}
</stlye>



Results:

topnewyork_0-1724741345393.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel