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.
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024