Sticky main product image moves too far up under menu header

Hello, I am looking for some help to stop my main product image from moving up too far and under the navigation bar. I am guessing I will need to alter some code or add code. Any help would be greatly appreciated. Thank you

Example:

https://zeplon.co/collections/mens/products/midnight-sinners-tee

1 Like

@RobertVTH
For alter the code and add new code.
You have to hire a developer.

Let me know if you are looking for any other needs.

Thank you.

Sure, what would this cost?

1 Like

Hi @RobertVTH ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/stylesheet.css->paste below code at the bottom of the file:
#product-photos #thumbnails, #product-photos #slider {
    top: 220px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

FIXED… thank you

1 Like