Not sure why but the images in my embedded site are distorted. I have not changed the css for those items at all. How can I fix this?

Can you please share the link of your homepage so we can have a look?
https://www.navycrf.com/dir/v2/shop.html
Here is the custom CSS I’m using:
#myShop {
width: 100%
}
#sprd-header-container {
display: none
}
.sprd-header__burgerbutton {
display: none
}
#sprd-header-container {
display: none
}
.sprd-header__image {
display: none
}
.customPageBackground {
background-color: transparent
}
#sprd-container {
background-color: transparent
}
#buttonSpreadshirt {
display: none
}
.sprd-info-footer {
display: none
}
try this
.sprd-img-spinner__image{
height: auto !important;
}
1 Like
Yep…that fixed it. Thank you!
1 Like
