Shopify themes, liquid, logos, and UX
There is a section on my shopify homepage that is "image with text" - on a desktop the image is on the left and text is on the left, but on mobile, both are stacked (image is at the top and text is on the bottom). is there a way to make it look the same on mobile (ie the image and text are side by side)??
My theme is debut
Thanks!
Solved! Go to the solution
This is an accepted solution.
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss and paste this at the bottom of the file:
@media (max-width: 749px){
.feature-row__item {
width: 50%;
}
.feature-row {
flex-direction: row !important;
}
.feature-row__item.feature-row__text.feature-row__text--left {
padding-top: 0;
padding-left: 20px;
}
}
Hello @FuzzySprout ,
It's the GemPages Support Team and we are glad to assist you today!
Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team
This is an accepted solution.
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss and paste this at the bottom of the file:
@media (max-width: 749px){
.feature-row__item {
width: 50%;
}
.feature-row {
flex-direction: row !important;
}
.feature-row__item.feature-row__text.feature-row__text--left {
padding-top: 0;
padding-left: 20px;
}
}
This worked! Is there anyway to make the image bigger/longer so it is the same size as the text? or to make the text size smaller?
Hi tried, but not working in my case.
Couldn't find theme.scss tried to add in theme.js, but not working
please advise
I added it to asset but it didnt work. I dont have theme.scss.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024