Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1475793

    Could you take a look and get me some CSS code to fix the cropped product photos that only happen on this page and only on Mobile view? screenshot attached

    Thanks!

    #1475812

    Hey bemodesign,

    Please try the following in Quick CSS under Enfold->General Styling:

    
    @media only screen and (max-width: 479px) {
    div .products .product a img {
      height: 400px !important;
    }
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.