Re: Spacing/padding

Solved

Spacing/padding

Spay
Excursionist
33 0 12

How do I adjust the spacing between text blocks? Since when you type in text blocks you cannot just hit enter or create a dotted paragraph section like in description box you have to make text block after text block to do a list yourself wondering how to get the text blocks nice and close together seems to be no option for the padding do i have to edit code?

Accepted Solution (1)
Moeed
Shopify Partner
5457 1477 1764

This is an accepted solution.

Hey @Spay 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
p.product__text.inline-richtext {
    margin-top: 0 !important;
}
</style>

RESULT:

Moeed_0-1723187653866.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 9 (9)

Sangeetanahar
Explorer
541 36 69

Hello @Spay 

I can help you .Please share your Website URL.

THANKS

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

niraj_patel
Shopify Partner
2378 514 512

Hello @Spay 

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]
Spay
Excursionist
33 0 12

aventacy.com and the product is the pet scrubber you will see on there the list with emojis beside them i have had to put them in individual text blocks since you cant use enter in the text block wanting them close together

Moeed
Shopify Partner
5457 1477 1764

This is an accepted solution.

Hey @Spay 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
p.product__text.inline-richtext {
    margin-top: 0 !important;
}
</style>

RESULT:

Moeed_0-1723187653866.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Spay
Excursionist
33 0 12

Is there a way to do this without also pulling the bold writing down above the emoji list so it stays with the space between them its also a text block though

Spay
Excursionist
33 0 12

@Moeed hey would adding this code make all my products have them texts? all my products have copied the emojis and writing aswell as the bold writing the New: 🏆 section and when i edit on any of them it does it across all products like its linked?

 

niraj_patel
Shopify Partner
2378 514 512

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
 .product p.product__text.inline-richtext {
       margin: 0 !important;
   }
</style>

niraj_patel_0-1723188027171.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]
Spay
Excursionist
33 0 12

Is there a way to do this without pulling the Little bold description down with the emoji list just above them thats also a text block

 

niraj_patel
Shopify Partner
2378 514 512

sorry but I'm not understand what you exactly want  
And this includes unnecessary space

niraj_patel_0-1723193590855.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]