Ok new to this, but when you open a single product on my page. The image overlaps the option sets. Ive tried adjusting the image size to no help. its not connecting on wifi as well. any help would be appriciated.
Image Problem
Collapse
X
-
Try it again
I do notice that on Apple its fine but my windows based widescreen it overlaps the image into the options.
Comment
-
I see your theme as a global style on all img to have them set to width: auto; and it seems to want to load it first.
You can try adding this to your advanced options -> custom CSS section.
.ec_product_details_images img {
width: 350px;
}
see if that forces it to go to a width. It's only in IE it's doing it as well, chrome looks fine on our end.
Comment
Comment