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?
send your store url
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)
I can see image amy be at your side cant load proper.
As i can see you have 2 grid don mobile already.
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 !!!!!
User | RANK |
---|---|
212 | |
151 | |
69 | |
46 | |
40 |
Thanks 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, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023