Viewing 2 replies - 1 through 2 (of 2 total)
  • Roy Ho

    (@splashingpixelscom)

    That is because in your theme styles you have an entry of:

    .hentry { clear:both; }

    So you have to decide how to work around that. You could remove it but this made break other parts of your site that depends on that. Not really sure why your theme would use clear in such a general selector. But you could try something like this to override the specificity.

    .product.hentry { clear:none; }
    Thread Starter cedriclatortue

    (@cedriclatortue)

    it’s working ! πŸ™‚ thank you so much !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘woocommerce – Problem of layout’ is closed to new replies.