If you are having a display issue with WooCommerce "Related Products" section wedging itself between the product image and the product title/description as seen in this image.



Add the following CSS code to your custom CSS box:

section.related.products {
clear: both;
}