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 is an accepted solution.
Follow this:
1. Go to Online Store->Theme->Edit code
2. Snippet-> collection-template.liquid -> find grid_item_width and add this small--one-half so it look like bellow:
{% assign grid_item_width = 'medium--one-half large--one-third small--one-half' %}
This is an accepted solution.
Follow this:
1. Go to Online Store->Theme->Edit code
2. Snippet-> collection-template.liquid -> find grid_item_width and add this small--one-half so it look like bellow:
{% assign grid_item_width = 'medium--one-half large--one-third small--one-half' %}
Thank-you Jasoliya!
Worked like a charm!
Hi I have the same problem with my brooklyn theme, and the solution didn't work for my store on mobile. Another solution maybe?
HI @Leeha
If you want to show grid view of product listing then you can do this:
1. Go to theme editor->collection page->select grid from "Grid style" (See image)
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).
i have this problem too !!! please help me
Send your store url.
Best regard
thanks .
the problem is on the deskop in my collection page I have 2 grids of images but on the mobile version I only have 1 ... yet on the "product recommendation" page it shows me 2 products in small size and this this is how i want
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: 576px) {
.grid-uniform .grid-product {width:50%;}
.grid-uniform .grid-product:nth-child(2n+1) {clear: both;}
}
its dosent work.... 😞 im so sad ...
I cant see may give code you have added ?
You have timber.scss file so add in this file
thanks you are amazing !!!!!!!!! its work !!!! thanks very much !!!!!!!! you made my day you are my savior !!!!!
This didn't work for me 😞 could you please help me??
Perfect!
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!
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!
User | RANK |
---|---|
73 | |
62 | |
60 | |
48 | |
44 |
We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023