Hi everybody,
I’m working on my website now and I would like to have two products columns when I check my collection on mobile. One looks not so good.
My website url is enviestore.com
password: shoppass2021
Thank you
Hi everybody,
I’m working on my website now and I would like to have two products columns when I check my collection on mobile. One looks not so good.
My website url is enviestore.com
password: shoppass2021
Thank you
please Go to Online Store->Theme->Edit code then go to assets/timber.scss.liquid ->paste below code at the bottom of the file.
@media only screen and (max-width: 590px) {
.large--one-third {
width: 50%;
}
Thanks!
yes please try this code
@media screen and (max-width: 590px) {
#CollectionSection .medium--one-half {
width: 50%;
}
}
thank you very much to both of you!
Dear @KetanKumar I added your code, which looks good but I have some issues in my products: some of my scrunchies/clips are not aligned or alone on their row, while other are together.
Do you think there’s a fix for that?
Thank you again
hello @LouisUser1
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 589px){
.template-collection .grid-uniform{
display: flex;
flex-wrap: wrap;
}
}
Yes, please add this code also
@media screen and (max-width: 590px) {
#CollectionSection .grid-uniform {
display: flex;
flex-wrap: wrap;
}
}
Thanks to both of you! Now every products are on two columns, it looks great.
I have one small last request, some of my product’s names are randomly aligned, it makes it look a bit weird. Do you have any idea why is that so? Maybe names are too long?
It would be ideal to have every products names looking “aligned”
Thanks again!
its my pleasure yes current product long name issue
But if I change the name to a short one there is still some products not aligned. It fixed some but some looks like not at the same place at the other one on the same line.
is there something I could change in the code?
thank you
can you please share issue image so i will guide you
Hi @KetanKumar sorry for the delay in my answer
first two products the names are the same length but one is one line, one is two lines (not aligned)
some names are not aligned, even if those names are short. You can see it on the second line with the “Lucy” product
It happens randomly on some products
If you know some way to fix those alignements it would be great.
I’m focusing on mobile since most of my customers are probably on mobile
Thank you very much
no rush thanks for update
sorry but your store This site can’t be reached
Sorry the domain had a small issue, it should be accessible now
Hi @KetanKumar
Actually while i was updating the products I realized that if a product didn’t have a second picture it was making the text not aligned.
So I just have to add to all of them a new picture.
I don’t have any problem anymore, thank you very much for all your help!
Great, Thanks for update