Site logo

Archived topic

Layout Problem, Woo Commerce, Shop Site

3 replies · Started by marquardt on June 18, 2019

Viewing posts 1–4 of 4

Hello,
Please can you give me a support on following issue. Please look at the screenshot. The "P" of "Porsche Design" is not placed under the picture.
Regards, Tilo
Layout issue

Hi there,

something peculiar going on there, use this CSS to stop that styling:

.woocommerce ul.products li.product.woocommerce-image-align-left .wc-product-image {
    float: none !important;
    margin-right: 0 !important;
}

David,
it works. Thanks for this very fast support.
Regards, Tilo

Glad to be of help

This archived topic is closed to new replies.