Tagged: products, shopping, woocommerce
-
AuthorPosts
-
June 1, 2016 at 10:24 am #641360
Hello,
Can you tell me how I can change the mobile view to allow for 3 items to be displayed instead of one? This is in the products area of the woocommerce plugin.
Many thanks,
Graeme
June 1, 2016 at 2:41 pm #641523Hey boxwell,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.shop_columns_3 .products .product { margin: 0 1% 1% 0 !important; width: 32.6% !important; }Best regards,
YigitJune 1, 2016 at 2:52 pm #641527Hello,
Thanks for your quick response. I’m afraid this has not had any effect.It is still showing one item per row on a mobile device.
Best wishes,
Graeme
June 1, 2016 at 2:54 pm #641528June 1, 2016 at 2:58 pm #641537Hello,
Of course, you can find the shop element here:
https://sweetheartshair.com/shop/
Best wishes,
Graeme
June 1, 2016 at 3:31 pm #641561Hi!
That would not be easily possible since you are using 5 columns on desktop.
Please add following code to Quick CSS if you would like to display 5 columns on mobile as well.shop_columns_5 .products .product { margin: 0 1% 1% 0 !important; width: 19.2% !important; }Cheers!
YigitMarch 20, 2017 at 12:14 am #763381Hi,
I used this code to display 3 product columns on mobile, however there are some rows that have 2 empty columns. I can’t seem to find the reason why this is happening. Certain pages work fine but some don’t. Please take a look at this link from mobile. Thanks in advance!
March 21, 2017 at 7:28 pm #764315Hi blingblingsister,
You have to add this rule to your both of your mobile queries in woocommerce-mod.css
.responsive #top #main .products .product.first { clear: both; }Let us know if this was helpful.
Best regards,
VictoriaJune 28, 2018 at 5:35 pm #978979Its my 6th Woocommerce and there is still not a solution in the web of an php code to switch the grid columns in tablett or in specific width. ??? :( .( ,(
July 2, 2018 at 9:21 pm #980289Hi,
Unfortunately no, but it is a nice idea which we can provide to our development team :)
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.
