Announcement

Collapse
No announcement yet.

Image Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Image Problem

    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.

    https://remoteplay.site/solved-ps4-w...tion-tutorial/

  • #2
    I couldn't view that at all? the link showed the site was not available.

    Comment


    • #3
      Try it again
      I do notice that on Apple its fine but my windows based widescreen it overlaps the image into the options.

      http://www.greentrails-offroad.com/?...subsubmenuid=1

      Comment


      • #4
        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

        Working...
        X