Shopify themes, liquid, logos, and UX
Hi there
My English is not good because Japanese people use translation to post this.
Sorry.
I would like to display Narrative theme's collection view with two columns for smartphones only, how can I do that?
I changed the mobileColumns to 2 and the title collapsed.
My Site(https://photopri.com/)
Solved! Go to the solution
This is an accepted solution.
are you sure do you have like this?
bcz its to much smaller user can doesn't look good
This is an accepted solution.
can you please change font size on mobile it would be great
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.card__name {
font-size: 15px;
}
}
This is an accepted solution.
are you sure do you have like this?
bcz its to much smaller user can doesn't look good
Thanks so much for getting back to me!!!
Thanks so much for getting back to me!!!
I figure this is about the right size for the image.
It's a printing service, so I was hoping to make the product name look nice, since I want people to be able to choose the paper type efficiently.
Is it hard to see?
great do you need any help?
Thanks for the reply!
I want to know how to adjust the line breaks in the product name.
This is an accepted solution.
can you please change font size on mobile it would be great
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.card__name {
font-size: 15px;
}
}
ARIGATO!!!
thanks for update do you need any other help?
it's my pleasure to help us
thanks!!
Is it possible to adjust the size of the review star to be in a horizontal row?
I'm using yotpo
Yes, please add this code
@media only screen and (max-width: 749px) {
.card__wrapper--padding, .card__info {padding: 5px;}
.card__info .yotpo .yotpo-icon {font-size: 10px !important;}
}
User | RANK |
---|---|
122 | |
91 | |
77 | |
71 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022