• Hi all,

    I could use some help with this. I’m testing my shop https://randomredmedia.com/ at the moment and cannot get the single product pages to look the same. The product pages for the purple and the yellow image are fine and what I want. Everything on the product pages for the other two images is bigger and looks terrible. I’m not very CSS-savvey so this is somewhat like finding a needle in a haystack for me. I can see that the images that are displayed correctly are not spread across the whole page like on the other two pages. I compared all the pages using inspect element, but cannot find the issue. I added this code

    @media only screen and (min-width: 768px) {
        div.home-intro ul.featured-products li:nth-child(4n), div.home-intro ul.featured-products li.fourth {
            width: 24%;
            margin-top: -3%;
        }
    }

    yesterday (which was given to me) to reduce the size of the red image on the homepage a little as it was much bigger than the other 3. I checked if this is causing the issue by removing the code, but the issue persists. Can anyone tell me what the problem is, please?

    Thank you very much!

    K.

Viewing 1 replies (of 1 total)
  • Thread Starter rothaar

    (@rothaar)

    After checking CSS code all day I finally found out what the issue is!
    I checked the settings of each product page and found the page layout to be the problem. I had a different layout selected for the two pages that did not look right. So please ignore my previous post. ??

    So glad!!

Viewing 1 replies (of 1 total)
  • The topic ‘Images displayed too big’ is closed to new replies.