Okay
  Public Ticket #237961
Cross Sells show up funky in Woocommerce
Closed

Comments

  • Matt started the conversation

    Hi there.  When you add the product listed in the URL, and go to the cart, you'll see the cross sell items come up funky.

  •  8,839
    Tahir replied

    Hey Matt!

    If you are referring to the different image size of the other items you will have to setup the Woocommerce Image option in its settings tab to correct them. 

    Thanks


    ThemeNectar Support Team 

  • Matt replied

    Hi there.  

    Sorry, I'm not referring to the different image sizes, I'm referring to the way that the 2 images show up on one row, and the other product for some reason is below the two in a different row.  They all are 'cross sell' products but they show up on two seperate rows?

  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    
    body.woocommerce-cart .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
        clear: none;
    }
    
    
    body.woocommerce-cart .woocommerce ul.products li.product.last {
        margin-right: 2% !important;
    }
    

    Cheers 


    ThemeNectar Support Team 

  • Matt replied

    Wonderful it worked!

    Thanks!