Search code examples
htmlcsswoocommercepaddingoverlapping

Single product variation wrap padding, extra space woocomerce


can someone help me with adding some space in a single product subpage? The price is too close to Add to cart button (overlapping). I tried to use inspection tools, but have little knowlage of CSS.

Link

Photo snipping

Thanks :)


Solution

  • Add this css rule:

    .single_variation {
      margin-bottom: 14px;
    }