This topic has 3 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Kstb1979
hello team,
I am trying to get 2 column product categories grid view on home page but it shows single column on mobile view. How to get two column product categories grid view on mobile. Please help.
Hello, @Kstb1979,
Actually, in the widget, there are no settings like this so you have to make it work using custom CSS code. You can add the custom CSS code in the Theme options >> Theme custom CSS >> Global CSS. Below is the CSS code.
@media(max-width:991px){.elementor-element .category-grid{width:50% !important;}}
Then save settings and check back to your site after clearing the browser cache.
The result will appear like this: https://postimg.cc/9431phT6
Regards 8Themes Team.
great help tony. Thanks for your support.
Tagged: grid, mobile, product categories, template, two columns, woocommerce, wordpress
The issue related to '‘Two column product categories grid on mobile’' has been successfully resolved, and the topic is now closed for further responses