Hello, I find no option for 2 column display for category, can see only large cards when opened with mobile as shared image.
in earlier support i was been shared the below code
Please try to add this code in Theme Options > Theme Custom CSS > Mobile:
.home .category-grid {
width: 50% !important;
padding-left: 5px !important;
padding-right: 5px !important;
}
But this works only in mobile device i need it for the tablet device too. Eg in Samsung Tab A9+ Pls help.