Shopify themes, liquid, logos, and UX
Hi,
I'm trying to get text columns with images to stay on one line on mobile. I've managed to get it to stay on one line on desktop but I can't do it on mobile. Is there also a way to make the images much smaller and the text larger, more similar to my old style.
URL is www.indierefill.com
desktop
mobile
old style
Solved! Go to the solution
This is an accepted solution.
hello @Jomiguens
please Go to Online Store->Theme->Edit code then go to assets/style.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 750px){
.homepage-columns.section.bg--neutral .wrapper .grid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.homepage-columns.section.bg--neutral .wrapper .grid .index__column {
padding-left: 0px ;
}
.homepage-columns.section.bg--neutral .wrapper .grid .lazy-image.column__image {
min-height: 70px;
max-width: 50px;
margin: 0px auto;
}
.homepage-columns.section.bg--neutral .wrapper .grid .home--uppercase {
font-size: 15px;
padding: 8px 2px;
}
}
can you please confirm this look?
Is it possible to go any smaller at all? Or does it cause issues with the text underneath?
This is an accepted solution.
hello @Jomiguens
please Go to Online Store->Theme->Edit code then go to assets/style.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 750px){
.homepage-columns.section.bg--neutral .wrapper .grid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.homepage-columns.section.bg--neutral .wrapper .grid .index__column {
padding-left: 0px ;
}
.homepage-columns.section.bg--neutral .wrapper .grid .lazy-image.column__image {
min-height: 70px;
max-width: 50px;
margin: 0px auto;
}
.homepage-columns.section.bg--neutral .wrapper .grid .home--uppercase {
font-size: 15px;
padding: 8px 2px;
}
}
thank you so much!
User | RANK |
---|---|
224 | |
168 | |
65 | |
53 | |
53 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023