Mobile View – 2 Product Columns

Home Support eCommerce Gem Plus Mobile View – 2 Product Columns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12493

    Hi,

    My products are only listed in a single column on mobile view that spans the whole width of the page.

    How do I change it so that 2 products show side by side?

    Thanks

    #12510
    nirav
    Keymaster

    Hello There!

    Greetings of the day!

    Follow the below steps to add custom CSS.

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it:

    @media(max-width:479px){
    	.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%;
    		margin: 0 0 2.992em;
    	}
    }
    @media(max-width:359px){
    	.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: 100%;
    		margin: 0 0 0;
    	}
    }

    Hope this helps.

    Feel free to get in touch in case of further queries.

    Thanks and Regards,
    Team ProDesigns

    #12511

    Hi,

    Thanks for your reply however this did not work!

    errors on lines 4, 8, 9, 13, 17 & 18.

    Mobile view is still showing one column for products and categories.

    Thank you

    #12514
    nirav
    Keymaster

    Hello There!

    we have checked the code and it is working fine in the theme.

    Could you please share with us your admin panel credentials (ID and Password) on [email protected]? It will help us to check the issue in detail and we can provide you an effective solution.

    Thanks and Regards,
    Team ProDesigns

    • This reply was modified 4 years, 8 months ago by nirav.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.