How do I fix this bug only when you enter mobile?

When entering mobile mode, the next image shows a little to the right. I tried changing the width but it just changes the width of all the images. Does anyone know a fix for this?

@DanielRoman - can you please share your website link? may be this slider is coded that way

Nobluelens.com , password to view is danielisstraight

@DanielRoman - can make like this but on left image will be visible, slider is coded that way

1 Like

Thank you, that works, but would you mind telling me which part of the code did you change for that to happen? Thanks!

@DanielRoman - please add this css to the very end of your base.css file and check

@media screen and (max-width:749px){
.product__info-wrapper {position: relative;    z-index: 100;    background-color: #fff;}
}
1 Like

Thank you very much for the help! :heart: