Symmetry theme - Mobile Collection View

Solved

Symmetry theme - Mobile Collection View

TrueDealsClub
Excursionist
25 0 4

Can someone help me, please? On my Home Page, I have the "men's collection" which show 3 items: shoes, apparel, and bottoms. As you can see on mobile, they are aligned vertical (pic 1):
Shoes
Apparel
Gym bottoms

pic 1.jpg

And I want to change it to horizontal, so the 3 items are right next to each other on Mobile (pic 2):
Shoes - Apparel - Gym bottoms

 

pic 2.jpg

Could you please tell me how to do it?

Thanks in advance, Gaby

 

Accepted Solution (1)
AnneLuo
Shopify Partner
1355 237 278

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
  @media (max-width: 767.98px) {
    .flexible-layout {
        flex-direction: row !important;
    }
  }
</style>

 

After modification:

 

AnneLuo_0-1715308629766.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 9 (9)

HDL-Shin
Shopify Partner
80 20 16

Hi @TrueDealsClub,
I think to horizontally align the products in mobile devices might affect the aspect ratio. Can you tell me what type of mobile device you want horizontal alignment on and give me your store link?

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
♥️♥️♥️ HDL-Shin || Shopify Partner ♥️♥️♥️
TrueDealsClub
Excursionist
25 0 4

https://truedealsclub.net/ Thank you Shin, I really need that people with a phone can see them horizontally and don't have to scroll down to see them one by one

TrueDealsClub
Excursionist
25 0 4

IMG_2243.jpg

 this is the way I want people to see it on any mobile device

AnneLuo
Shopify Partner
1355 237 278

Hello, @TrueDealsClub 

Please share the store URL so that I can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

TrueDealsClub
Excursionist
25 0 4

https://truedealsclub.net/  Thank you AnneLou 

TrueDealsClub
Excursionist
25 0 4

Look AnneLou this is the way I want people to see it on any mobile device

IMG_2243.jpg

AnneLuo
Shopify Partner
1355 237 278

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
  @media (max-width: 767.98px) {
    .flexible-layout {
        flex-direction: row !important;
    }
  }
</style>

 

After modification:

 

AnneLuo_0-1715308629766.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

TrueDealsClub
Excursionist
25 0 4

Thank you so much!!! 🙂

AnneLuo
Shopify Partner
1355 237 278

You are welcome. Could you please give me a like? LOL😄

I'm glad to hear that the solution worked well for you.
If you require any more help, please don't hesitate to reach out.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee