Home › Forums › Basel support forum › Ticket # 10687 Ticket # 10687 This topic has 6 replies, 2 voices, and was last updated 6 years, 1 month ago by Elise Noromit. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts March 22, 2019 at 2:50 pm #114345 esthetisParticipant Hi, I tried to copy the same CSS but I cross sells are not displayed properly. https://xtemos.com/forums/topic/2-columns-on-cart-page/#post-10687 Please let me know how to dispaly cross sell on bottom March 22, 2019 at 2:57 pm #114348 esthetisParticipant Please test by adding the following product: http://staging.esthetis.ch/en/buy/dermaceutic-mela-cream/ March 23, 2019 at 11:28 am #114435 Elise NoromitMember Hello, Please delete the code you have added, and describe in details how do you want to align the products and provide page URL. Best Regards March 23, 2019 at 12:45 pm #114455 esthetisParticipant Hi, test on staging (private) The cross sells should be displayed below March 24, 2019 at 6:14 am #114514 Elise NoromitMember Hello, Please provide the product URL where cross-sell products are linked. Best Regards March 24, 2019 at 1:06 pm #114559 esthetisParticipant The url is above in the ticket: http://staging.esthetis.ch/en/buy/dermaceutic-mela-cream/ Then you have to go to cart to see how cross sells are displayed March 25, 2019 at 10:45 am #114688 Elise NoromitMember Hello, Please add this code to the functions.php of the child theme: add_filter( 'basel_cross_sells_products_per_view', function(){ return 2; } ); Please add this code to the Theme Settings > Custom CSS > Global: body .cart-collaterals .cross-sells { width: 100%; float: none; } Best Regards Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to create new topics. Login / Register