How can I adjust padding issues in my Shopify editor?

Solved

How can I adjust padding issues in my Shopify editor?

Synth_BeatDrop
Tourist
9 1 1

The padding/margin between the title "10,000+ satisfied customers" and my app integration is too wide. I'm not an expert at coding. Is there any way to make the title closer to the reviews? The title is rich text and the reviews is an app called loox if that helps any.

Screenshot 2023-03-09 120913.jpg

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3121

This is an accepted solution.

Hi @Synth_BeatDrop ,

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

<style>
section#shopify-section-template--17942547890492__1678300587a7d1505d {
    margin-top: unset !important;
}
</style>

PageFlyVictor_0-1678388494247.png

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 8 (8)

Ignelis
Shopify Partner
125 15 24

Hey @Synth_BeatDrop

 

Could you share store url with the password if needed? Thanks!

Have a nice day ƪ(˘⌣˘)ʃ
Hire me!
WhatsApp: +37062284670

PageFly-Victor
Shopify Partner
7865 1786 3121

Hi @Synth_BeatDrop 

Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.

Synth_BeatDrop
Tourist
9 1 1

shopdrowsyband.com

Ignelis
Shopify Partner
125 15 24

Thanks for the store url.

 

Add this code at the bottom of your base.css file or at the custom css of the rich text section:

.rich-text__heading h2 {
margin-bottom: -100%;
}

 

Let me know if this works!

Have a nice day ƪ(˘⌣˘)ʃ
Hire me!
WhatsApp: +37062284670

PageFly-Victor
Shopify Partner
7865 1786 3121

This is an accepted solution.

Hi @Synth_BeatDrop ,

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

<style>
section#shopify-section-template--17942547890492__1678300587a7d1505d {
    margin-top: unset !important;
}
</style>

PageFlyVictor_0-1678388494247.png

Hope my answer will help you.

Best regards,

Victor | PageFly

Synth_BeatDrop
Tourist
9 1 1

Hi, I don't know what happened but it does not work anymore. Thanks.

PageFly-Victor
Shopify Partner
7865 1786 3121

Hi @Synth_BeatDrop ,

I just came across your page, it seems to be fine. Can you be more specific about the problem you're having?

Sapir_from_Loox
Shopify Partner
6 0 1

Hey,

Sapir from the Loox team here 🙂

 

Our Support team would be happy to help you!

 

Please feel free to send a ticket to our 24/7 team at support@loox.io.

 

We will gladly take a look and assist.