Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
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
@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!
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 |
---|---|
124 | |
95 | |
77 | |
59 | |
46 |
Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022Shipping can be one of the most vital parts to set up and manage your business. Understand...
By Ollie Dec 16, 2022