How can I increase the length of a text box and adjust line spacing?

How can I increase the length of a text box and adjust line spacing?

Jferguson1
Explorer
80 3 6

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

Screenshot 2024-02-17 at 17.32.39.png

 

Thanks

Replies 2 (2)

Sweet_Savior_3
Shopify Partner
1330 102 137

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:

Sweet_Savior_3_0-1708194513772.png

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!

PageFly-Theodor
Shopify Partner
691 86 100

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.