Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, hope this help

    /* 2 column-mobile */
    ul.products li.product {
    	width:46.411765%;
    	float:left;
    	margin-right: 5.8823529412%;
    }
    
    ul.products li.product:nth-of-type( 2n ) {
    	margin-right:0;
    }
    
    @media only screen and (min-width:768px) {
    	ul.products li.product:nth-of-type( 2n ) {
    		margin-right:5.8823529412%;
    	}
    }

    Hi @sami35,

    I have tested the code provided by @wpjakarta (thanks!) and it worked for me.

    I’m going to mark this as resolved, give that a try and if you need further help please start a new thread, we’ll be glad to help!

    Cheers ????

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to show Shop page products in two columns(mobile view)’ is closed to new replies.