home › Forums › ushop › How to display 2 products in a row Tagged: product layout This topic has 1 reply, 2 voices, and was last updated 4 years ago by Rahman. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts Jul 29, 2018 at 9:09 am #1159 wielstoreParticipant hello, i want to show 2 products in row in mobile view, could you help me please? Jul 29, 2018 at 12:11 pm #1160 RahmanKeymaster Hi WielStore, Yes you can show 2 products in a row for mobile view by the custom CSS code and add this code into customize -> .Additional CSS The code is below :. @media only screen and (max-width:480px) { .woocommerce ul.products li{ -ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important; width: 50% !important; } } Please let me know if you have any query. Thanks Rahman Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In