Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #769526

    atjonesen
    Participant

    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,
    AT

    #769584

    John Ezra
    Member

    Hi 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 credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #770609

    atjonesen
    Participant
    This reply has been marked as private.
    #771216

    Darshana
    Moderator

    Hi 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.