• Closed
  • Dominik Albrech
    Spectator
    February 5, 2016 at 4:32 pm #24069

    Hi there,

    I have a problem on a woocommerce-product page. The picture is so big, that the description isn’t staying at the right side – it slides down (see at page: http://www.fairshoert.de/shop/fairshoert-vgnexp-herren/)

    I tried to fix this via custom CSS

    .single-product .images img {
    width: 300px;
    }

    It works for the picture but not for the picture-frame, which is still to big, so that the description on the right side slides down.

    Do you have any solution for me?

    Thank you!

    Imran
    Spectator
    Posts: 403
    February 5, 2016 at 9:22 pm #24073

    Hi Dominik,

    Thanks for writing in!

    Please add the following code under your custom CSS field:

    .woocommerce-container .product .summary.entry-summary {
    margin-left: 10px;
    float: left;
    width: 400px;
    }

    .woocommerce-container .product .images {
    width: 400px;
    margin-right: 60px;
    }

    Hope this helps.

    Thank you!