Shopify themes, liquid, logos, and UX
Hi Shopify experts,
I’m reaching out to see if anyone can help me with a specific layout issue I’m facing.
I’m using the Text Columns with Image section on the following product landing page:
https://wearesoluto.com/products/kit-de-bienvenida-soluto-1?_pos=1&_psq=KI&_ss=e&_v=1.0
On desktop, the layout works perfectly and looks exactly as I want.
However, on mobile, I have the section displayed in slider format, and I’d like each column to appear a bit smaller/narrower, so users can partially see the next slide, similar to a carousel preview.
This would help visually suggest that the section is scrollable and enhance the UX.
I’ve attached a quick sketch/example of the desired look:
Let me know if anyone can provide support or guidance on how to achieve this.
Thank you so much in advance!
Solved! Go to the solution
This is an accepted solution.
@Eduardo_DT hey, thanks for posting here.
Add this CSS in the custom CSS box of this section:
@media only screen and (max-width: 749px) {
.grid--mobile-slider .grid-item {
width: calc(90% - 50px) !important;
margin-right: 0 !important;
}
}
Mark if it solved or worked; otherwise, reply for more help. thanks.
Okay this can be done and achieved depending on the themes that you're using. you just need to do the setup in your themes customize section by choosing the mobile view. I hope you understand?
Hi @Eduardo_DT
Check this one.
@media only screen and (max-width: 749px) {
#SectionColumns--template--25172739785047__section_columns_KBXRUM .grid--mobile-slider .grid-item {
flex: 0 0 auto;
width: calc(70% - 50px) !important;
}
}
Note: This will only work on this column section, not on the other column sections.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
@Eduardo_DT hey, thanks for posting here.
Add this CSS in the custom CSS box of this section:
@media only screen and (max-width: 749px) {
.grid--mobile-slider .grid-item {
width: calc(90% - 50px) !important;
margin-right: 0 !important;
}
}
Mark if it solved or worked; otherwise, reply for more help. thanks.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025