Home Forums Square Category Icons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1745
    lightled
    Participant

    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?

    #1749
    Hash
    Keymaster

    In 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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.