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.
Thanks :)
Add this css rule:
.single_variation {
margin-bottom: 14px;
}