Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1044118
    montanag
    Participant

    We found part of the solution on this forum by adding the following to the custom jss:
    jQuery(“.related.products”).appendTo(“.upsells.products”);

    This does the job of switching them around but it pushes the related products down into the footer:

    Here is an example:
    http://lonestar.allsystemsgomt.com/product/ipad-charging-kit/

    Thanks in advance for your help.

    #1044561
    Rupok
    Member

    Hi there,

    Thanks for writing in!
    You can add this under Custom > CSS in the Customizer.

    .woocommerce .upsells.products {
      padding-bottom: 150px;
    }
    
    .woocommerce .upsells.products .related.products {
      margin-top: -50px;
    }

    Hope this helps.

    Cheers!

    #1045453
    montanag
    Participant

    Worked perfectly!

    Thanks much

    #1045568
    Joao
    Moderator

    Great to hear it.

    Let us know if you need help with anything else.

    Hope it helps,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1044118 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>