Hello.
Most of the clients complains comes from the mobile view, since this list selector for the menu seems like not intuitive, and they prefer to zoom probably as a desktop than use this menu list.
Is there a way to prevent switching to mobile view and how?
Thank You in advance.
Hello.
The mobile view in most of themes are set of CSS rules. You need to remove or adjust them
/storefront/view/default/stylesheet
Any idea where and which ones to change ?
Hello.
The default theme mail css files is located in the public_html/storefront/view/default/stylesheet/style.css
The CSS rules for mobile usually started with @media
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/stylesheet/style.css#L3283
shall I change it only in Style.css or in every CSS ?
and to change to what ?