Home › Forums › Support › Two column product at mobile using shortcode This topic has 3 replies, 2 voices, and was last updated 4 years, 6 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 28, 2018 at 4:19 pm #743273 Yusuf I put this code on homepage [recent_products per_page=”12″ columns=”4″ orderby=”date” order=”ASC”] I need to show it by two column at mobile like at shop page and category page. November 28, 2018 at 6:40 pm #743351 TomLead Developer Lead Developer Hi there, Give this CSS a shot: @media (max-width: 768px) { .woocommerce[class*=columns-] ul.products { margin-left: -3.8%; } .woocommerce[class*=columns-] ul.products li.product { width: 50%; float: left !important; clear: none; padding-left: 3.8%; box-sizing: border-box; } } Let me know ๐ November 29, 2018 at 10:36 am #744027 Yusuf Perfect…. November 29, 2018 at 2:40 pm #744244 TomLead Developer Lead Developer Awesome ๐ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In