Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey guys, I need help editing a single Image with Text section.
I want to set the image to a square that’s 500x500px, and I want the text next to it to be 45px in size.
Here’s my store: https://1049xn-ya.myshopify.com/
Thanks a lot,
Tim
Hi @CreatorTim
@media screen and (min-width: 769px){
.image-with-text .image-with-text__media-item {
width: 500px !important;
height: 500px !important;
}
.image-with-text h2.image-with-text__heading.inline-richtext.h1 {
font-size: 45px !important;
}
}
I hope this helps
Best,
Daisy
Hey, I want these dimensions only for desktop, and for mobile I want:
So how do I make it so the font is 45 and the image is 500x500px on desktop, and 331x331px with a font size of 33 on mobile?
Thank you so much!
Tim