[Resolved] Woocommerce shop, How To Get Two rows?

Tagged: 

  • Author
    Posts
  • #14060

    thetopshop
    Participant

    Hello ,
    Polestar Theme
    Woocommerce shop, How to get two rows products in mobile (smartphone view )?

    『Like Ultra Theme’s Woocommerce shop ( mobile smartphone view’ two rows )』

    How to solve this problem?

    #14079

    Andrew Misplon
    Keymaster

    Hi

    You can try adding the following to Customize > Additional CSS or Appearance > Custom CSS:

    @media (max-width: 480px) {
    
    	.columns-2.woocommerce .products .product, .columns-3.woocommerce .products .product, .columns-4.woocommerce .products .product, .columns-5.woocommerce .products .product {
    		width: 48.25%;
    	}
    }
    #14082

    thetopshop
    Participant

    Thank you

    the problem resolved!

    #14086

    Andrew Misplon
    Keymaster

    Glad that helped 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Scroll to top