This topic has 4 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hi
For my website I only have default settings come up to view on mobile. It’s not a good way to shop. Is there a way I can improve this search ability or change it so it is the same as it is on the shop menu? ie search by brands etc. Can I customise the default sorting?
It also just cascades based on the first image on my home page. Which in a way, I would like to change to people can also see more than one item at a time if they are viewing on mobile.
Any suggestions on how to fix these things would be great.
Hello,
Do you mean you want to show sidebar at the top on mobile for Shop page? If so go to Theme Options > Blog Layout > Sidebar position for responsive layout > Top.
Default sorting is related to Woocommerce, not to the theme. Its settings are located in Woocommerce > Settings > Products > Display > Default Product Sorting.
To show 2 products per row use this code in custom.css file:
@media (max-width: 480px) {.products-grid.product-count-4 .product:nth-child(n) {
width: 48%;
}}
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
Thank you! This worked great. You can close this ticket.
HAPPY NEW YEAR TO YOU!
🙂
Hello,
You’re welcome!
Thank you for congratulations and Happy New Year to you too!
Regards,
Rose Tyler.
The issue related to '‘Mobile Categories’' has been successfully resolved, and the topic is now closed for further responses