Shopify themes, liquid, logos, and UX
Hey, I need to expand the width of text on mobile.
I want all the text to have the same width as the images. I’ve already added code to theme.liquid that locks the width to the size I want, but it only works for the product description, rich text, and images. Now I want to apply it to the email sign-up text and the "image with text" section.
Here’s the code I used:
Here’s my store: https://1049xn-ya.myshopify.com/
Thanks a lot,
Tim
Solved! Go to the solution
This is an accepted solution.
Hi @CreatorTim
Please add this code to theme.liquid file, after <head> tag
@media (max-width: 749px) {
html .image-with-text__content { padding-left: 0 !important; padding-right: 0 !important; }
}
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Hi @CreatorTim
Please add this code to theme.liquid file, after <head> tag
@media (max-width: 749px) {
html .image-with-text__content { padding-left: 0 !important; padding-right: 0 !important; }
}
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hey, thanks! Could you also provide me with the code to adjust the email sign-up section? I want to stretch the text and the containers to the full width, just like you did with the text earlier.
Here’s my store: https://1049xn-ya.myshopify.com/
(Just scroll all the way down to find the email sign-up section.)
Thanks a lot,
Tim
Please add this additional code.
html .newsletter__wrapper {
padding-left: 0;
padding-right: 0;
}
html .newsletter__wrapper .newsletter__subheading {
max-width: 100rem;
}
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025