Shopify themes, liquid, logos, and UX
Hi
I'd like to increase the length of the text box carrying the body of text. adjusting the spacing between lines would be nice as well.
happy to insert code.
https://tryy.co.uk/?_ab=0&_fd=0&_sc=1
password - help
Thanks
Hello @Jferguson1
Please paste the CSS in base.css file.
@media only screen and (max-width: 749px) {
body .image-with-text .image-with-text__content {
padding: 4rem 0px;
padding-left: 0 !important;
}
}
OUTPUT:
Thanks
Hi @Jferguson1
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
@media only screen and (max-width: 767px) {
.image-with-text .image-with-text__content {
padding: 4rem 0px;
padding-left: 0 !important;
}
}
</style>
Hope this can help you solve the issue
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
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