Tagged: grid, layout, mobile, sidebars, woocommerce
-
AuthorPosts
-
February 27, 2017 at 3:49 pm #752326
Hi guys
I have a few questions –
1. At the moment when you enable the setting to show a sidebar on a smart phone, it lists them at the bottom of the page underneath all the products. Is there a way for the sidebars to pop out from the side, rather than be at the very bottom. Based on analysing visitor performance, very few people even reach that far down and therefore miss all the filtering options entirely.
2. Woocommerce shop pages in mobile view currently list only 1 product at a time, or should I say 1 column width, which means a lot of scrolling down to view all prodcuts. Is there a way that you can display products as a grid on mobile? Perhaps 2 column atleast?
Thanks
AntonioMarch 1, 2017 at 8:43 am #753513Hey amonllor1,
1. It’s most likely possible but it would take a lot of customisations to the theme, and would be considered out of scope of theme support unfortunately. If you are looking for a freelancer to help you out then we recommend Codable.
2. Could you post a link to an example page so that we can take a closer look please?
Best regards,
RikardMarch 1, 2017 at 1:47 pm #753694Hi Rikard,
1. Thanks for the advice. I am familiar with codeable as have used them for other things.
2. Please visit https://www.mastaplasta.eu/shop/ on a smart phone. You will see that prodcuts are listed as single column, so i was wondering if its possible to have perhaps a 2 column display?
Thanks
AntonioMarch 2, 2017 at 1:49 pm #754339Hi Antonio,
Thanks for the feedback, please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 480px) { .products .product { margin: 0 1% 1% 0 !important; width: 49% !important; } }
Best regards,
RikardMarch 2, 2017 at 7:50 pm #754513Worked a dream.
Thanks very much Rikard for your help.
Regards
AntonioMarch 2, 2017 at 8:46 pm #754554Hey!
Happy we could help.
Please feel free to let us know if we can do anything else to help you out.
Also – remember to rate our theme at Themeforest, it is something that really help us out.Thank you very much
Best regards,
Basilis -
AuthorPosts
- The topic ‘Woocommerce mobile page layout’ is closed to new replies.