Decrease space paragraph text box

Solved
ventukelevra92
Tourist
3 0 2

Hello!

 

can someone help me to decrease the space between line in a text box?

Theme Focal - i use the CSS custom box to add code

Page: https://pushmore.it/pages/chi-siamo

 

Immagine 2023-09-29 200546.png

 

Thank you all!

Accepted Solution (1)
Beae_Anthony
Shopify Partner
436 167 168

This is an accepted solution.

Hi @ventukelevra92 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.image-with-text__text-wrapper > p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
</style>

Beae_Anthony_0-1696016834582.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog

View solution in original post

Replies 5 (5)
Beae_Anthony
Shopify Partner
436 167 168

This is an accepted solution.

Hi @ventukelevra92 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.image-with-text__text-wrapper > p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
</style>

Beae_Anthony_0-1696016834582.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog
ventukelevra92
Tourist
3 0 2

Thank tou Anthony, it works!

Made4uo-Ribe
Shopify Partner
4076 931 1137

Hi @ventukelevra92 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

image-with-text-item.image-with-text__content.text-container p {
    margin: 0px;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1696019308187.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


ventukelevra92
Tourist
3 0 2

Thank you all for solutions, it works!

Made4uo-Ribe
Shopify Partner
4076 931 1137

Welcome, please Mark Solution the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com