Shopify themes, liquid, logos, and UX
Hello,
New to the shoplift forum.
I'm currently using the Brooklyn theme - I like the overall feel however, I do not particularly find that the mobile version is optimized for mobile viewing experience. I do however, really like how the Debut theme has setup their mobile side to view products (see below):
The mobile view for products in the Debut theme is very simple but effective I find. In the Brooklyn theme, in the mobile side it displays the products in a "stacked" view and I find it's not very pleasant. You'd have to scroll all the way down to view every item.
Can anyone please help/advise on how I can code the Debut theme style for product display in the mobile viewing into the Brooklyn theme for mobile? I did go through several of the other posts in the community but was not able to find a solution for my problem.
Please let me know if there are any questions or concerns with my inquiry.
Solved! Go to the solution
This didn't work for me 😞 could you please help me??
Can you please help me out? I really want to show more than one product at a time on mobile. My website is www.shopmalk.com. Thank you!
Hi @malk
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss->paste bellow code in bottom of file
@media only screen and (max-width: 767px) {
.grid-uniform .grid__item.grid-product{ width: 50%;}
}
Thank you so very much! Can you please let me know how to get rid of random blank spaces that I get next to some products?
Add this code:
@media only screen and (max-width: 767px) {
.grid-uniform .grid__item.grid-product:nth-child(2n+1) {
clear: both;
}}
Awesome, that worked! Thank you so so much!!!
@Jasoliya Hello, I have the minimal theme and I'm also just trying to have the featured products on a grid view instead of stacked. On desktop its grid view but changes to stacked on mobile can you help my URL is thehustlersculture.com
I can see you have already grid view on home page for feature product section.
Best regard
@Jasoliya This worked great for my product page on mobile!!
I was wondering if there was a similar code update that could be done in order to also make the 'frontpage' collection images half size on mobile? Currently my Popular Products collection which is featured on the homepage, still has full size images on mobile so only one product per width of the screen.
Thanks!
send me store url
so you want to make 2 product per row in mobile for feature collection section ?
Yeah that’s correct…if possible? I have 6 products in the ‘popular products’ section and thought it may look better on mobile if there were 2 side by side rather than currently it’s a large single product that you have to scroll down through.
if not possible, no worries!
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss Or theme.css-> paste bellow code in bottom of file
@media only screen and (max-width: 767px) {
#CollectionSection .grid-uniform .grid__item{width: 50% !important;}
}
Hey can i get help for the same thing? i already tried pasting those codes. Please help! i would appreciate it my store is
i am trying to put products 2x2 grid (side by side).
User | RANK |
---|---|
237 | |
161 | |
61 | |
55 | |
46 |
Thanks to all who participated in our AMA with 2H Media on planning your 2023 marketing bu...
By Jacqui Mar 30, 2023Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023