todor.atanasov wrote:Hello there,
I'd like to have a two columns product view in mobiles application. Is it possible using the parameters of the products catalog?
Thanks
Greetings,
Thank you for reaching out to us!
Unfortunately, there is no such setting in the Uptown theme. However, if you have CSS knowledge, you can write your custom CSS code and add it to the Custom Head Styles field in the theme's settings.
I ran into the same limitation with the Uptown theme. You're right — by default, it doesn't support a two-column product view on mobile. But with a bit of custom CSS, you can definitely make it work. Here's a basic example you can try adding to your Custom Head Styles:
@media (max-width: 768px) {
.product-grid .product-item {
width: 48%;
margin: 1%;
display: inline-block;
vertical-align: top;
}
}
This should give you a simple two-column layout on smaller screens. You may need to adjust it depending on how your theme handles padding and margins, but it's a solid starting point.
By the way, while experimenting with UI tweaks and optimization, I’ve found it surprisingly relaxing to take short breaks — sometimes even checking out things like
https://mostbet.net.in/promo/bonus/ just to reset my brain. Helps keep the productivity going.