Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
For our store (third party Debut theme), we would like to add a section with 3 columns containing icon+text which should be visible on mobile (and desktop) as 3 columns rather than stacked view. See example in the screenshot below from a random website.
How can this be done? Thanks in advance for all your help.
Cheers!
Solved! Go to the solution
This is an accepted solution.
Hi @CW5
Follow this
@media only screen and (max-width: 767px) {
.index-section .grid--flush-bottom {display: flex;}
}
Best regard
This is an accepted solution.
if look ok can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
#shopify-section-14f2aecf-dd59-47a7-beaa-e619a397462e .grid__item {
flex: 1;
}
This is an accepted solution.
Thanks @KetanKumar . We tried this on the backup theme and it worked. Will load it on the live theme later.
Many thanks for your help.
Does no response to my query mean there is no solution or is it because it’s difficult to explain here. Please let me know. Thank you.
cc:
@Myatphyothu
I tried a few solutions by the above experts given in previous posts but those did not work. Hence, I am copying them on this post in case they can suggest other solutions, Thanks in advance for your help.
Hi @CW5
send me your store url. so we can check
Or may be you can check theme editor, where you have already same kind of section?
This is an accepted solution.
Hi @CW5
Follow this
@media only screen and (max-width: 767px) {
.index-section .grid--flush-bottom {display: flex;}
}
Best regard
I had implemented @Jasoliya 's solution and it worked fine when I used icons in the section. I added another copy of the same section, this time with photos, and the columns are showing of unequal width. The first column is the widest and the second and third get progressively narrower. The photos get smaller in the second and third columns too. Looks odd. I am attaching the desktop and mobile view of this section.
Please note all the 3 pix are of the same size: 360x270 px
What do i need to do to fix this problem?
oh sorry for that issue can you please send store url so i will check and let you know
yes, please confirm this look
This is an accepted solution.
if look ok can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
#shopify-section-14f2aecf-dd59-47a7-beaa-e619a397462e .grid__item {
flex: 1;
}
This is an accepted solution.
Thanks @KetanKumar . We tried this on the backup theme and it worked. Will load it on the live theme later.
Many thanks for your help.
its my pleasure to help us
oh sorry for that issue can you please share store url so i will check and let you now