In WordPress, using the AVADA theme, a site configured with four columns defaults to a single-column layout on mobile devices. Conversely, configuring the site with six columns results in a two-column layout on mobile. The objective is to maintain a four-column configuration while achieving a two-column display on mobile devices.
the product display must be 4 columns desktop and 2 columns mobile. orders are managed by woocommerce
2
Answers
you can modify the code based on the selector used on my site https://sinergiafd.com/sinergia/index.php/accessori-per-calzature-2/ I added the code to see two columns in mobile mode but it only works if I'm logged in to the site
I can not understand
I paste the code I used, please help me
enter code here
You can do that by using CSS media query,
Please replace this class with your exact class which your using for the column "your-column-cls".