- This topic has 1 reply, 2 voices, and was last updated 7 years, 4 months ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- January 26, 2017 at 5:06 pm #1745lightledParticipant
When on mobile (480px or less) the category icons (http://www.lightled-design.com/shopfront/) when using the WooCommerce theme take up the full width of the screen as 1 column, how do I set them to be 2 columns wide?
January 26, 2017 at 10:16 pm #1749HashKeymasterIn the style.css file, remove the following CSS in line number 2956
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product{ width: 48%; float: left; }
And please do not remove out footer credit link.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.