-
AuthorPosts
-
January 28, 2016 at 5:10 pm #769526
Hey there,
Just wondering if you guys were aware that the bottom margins for the WooCommerce related products appears to be off. As you can see from the attached image, it is set for -9.25% which is causing it to overlay onto the footer. I just updated this test site and discovered it.
Running: WP 4.4.1 | X 4.3.2 | CS 1.1.0 | WC 2.5.1
Cheers,
ATJanuary 28, 2016 at 5:47 pm #769584Hi AT,
Thanks for writing in! I’m not sure what is causing that on your end. There is some negative bottom margin on that section but the value on our demo sites is -4% and not -9.25% like in your image.
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
January 29, 2016 at 8:00 am #770609This reply has been marked as private.January 29, 2016 at 3:33 pm #771216Hi there,
You can add the following workaround under Custom > CSS in the Customizer.
.woocommerce .upsells, .woocommerce .related, .woocommerce .cross-sells { margin: 50px 0 -4.25%; }
Hope that helps.
-
AuthorPosts