Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1468730

    We are currently developing our store and have noticed that the “Similar products” are not displayed correctly on the Single Product Page.

    The individual product images are different sizes, the buttons are shifted, etc.

    Is there a simple explanation or solution?

    #1468782

    Hey Martin,

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

    section.related .inner_product .thumbnail_container {
      height: 300px;
      max-height: 300px;
    }

    Best regards,
    Rikard

    #1468783

    Hi Rikard,

    thanks – it looks much better…
    But the Buttons are still “wrong” – do you have here also a “magical code” to fix that? :-)

    Best Regards
    Martin

    #1468818

    Hi,

    Please try this CSS as well:

    section.related .inner_product a.product_type_simple {
      width: 100%;
    }
    
    section.related .inner_product .yith-wcwl-add-button {
      margin-top: 55px;
    }

    Best regards,
    Rikard

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