Home › Forums › Support › Woocommerce (shortcode) column layout This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 26, 2019 at 4:14 am #1019444 Marinex Hi guys, my Woocommerce shortcode on my frontpage does not follow my 1 column (on mobile) setting in the customizer. Do I have to use CSS to get this working? September 26, 2019 at 4:38 am #1019458 DavidStaff Customer Support Hi there, try adding this CSS : @media only screen and (max-width: 768px) { .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { width: 100%; float: none; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 26, 2019 at 4:42 am #1019464 Marinex Wow that works perfectly fine, thanks David. September 26, 2019 at 4:56 am #1019484 DavidStaff Customer Support Glad to be of help – we’re aware of the changes Woo has made and we’ll be looking at whether we can fix the shortcode not respecting our column controls. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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