Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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
    Antonio

    #753513

    Hey 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,
    Rikard

    #753694

    Hi 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
    Antonio

    #754339

    Hi 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,
    Rikard

    #754513

    Worked a dream.

    Thanks very much Rikard for your help.

    Regards
    Antonio

    #754554

    Hey!

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce mobile page layout’ is closed to new replies.