Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this in your custom css:

    .woocommerce .entry-summary {clear:none}

    You beat me to it, lorro!

    <div class="summary entry-summary">...</div>

    is being styled by:

    .entry-content, .entry-summary {
       clear: both;
       padding: 12px 0 0 0;
    }

    “clear: both” is causing the problem. lorro’s fix should solve it.

    Thread Starter megart04

    (@megart04)

    Thanks, this worked though I’m not sure why!
    In my code in the content/summary area clear both was actually /*clear:both;*/ taken out.

    Thank you both for your speedy responses, so helpful!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce CSS broken product page float’ is closed to new replies.