Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dannyclare

    (@dannyclare)

    I’ve also tried using CSS to position.

    eg

    .woocommerce .related_products {
    	position: relative;
    	top: 240px;
    }

    but to no avail…

    Thread Starter dannyclare

    (@dannyclare)

    I’ve managed to reposition it slightly with the following CSS in my theme’s stylesheet, however, I don’t think this is the ideal fix….

    Any help welcomed.

    .woocommerce .related.products h2 {
    	position: relative;
    	top: 245px;
    	padding: 10px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move Related Products Lower Down Product Page’ is closed to new replies.