• Dear YITH Team, I hope this message finds you well. I previously managed to display WooCommerce products in 2 columns for mobile devices using your Proteo theme. However, after installing your new Wonder theme,

    I’ve found it impossible to achieve the same result. I’ve tried several CSS modifications, but nothing seems to work. Could you please assist me in resolving this issue?

    Any guidance or suggestions would be greatly appreciated. Thank you in advance for your help. Best regards, David

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hello there,
    sorry to be late. I can see you are now using Proteo again… anyway, you can achieve the same result with Wonder using this CSS Custom rule:

    @media (max-width: 600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
    }
    }

    Let me know if you need futher help on this ??

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.