How reduce the space "title with text section"?

Hello!

I want to know how can i reduce the space below and above the section “title with text”

Thanks

Best regards

By reducing the padding/margin. I can’t give you step-by-step instructions without knowing your store URL.

Hi @Inkd911 ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Sorry what do you mean at the bottom?

Because i pasted that code but it doesn’t work

Hi @Inkd911

Could you share your page link so I can provide a solution?

@Inkd911 Please send me the store url.

That is the webiste not completed yet: https://modishparis.com/products/manteau-dhiver-chichaleur%E2%84%A2

I have these big two spaces:

The scetion problem is “title with text” the theme is “Solodrop 2.1”

Thanks

That is the webiste not completed yet: https://modishparis.com/products/manteau-dhiver-chichaleur%E2%84%A2

I have these big two spaces:

The scetion problem is “title with text” the theme is “Solodrop 2.1”

Thanks

That is the webiste not completed yet: https://modishparis.com/products/manteau-dhiver-chichaleur%E2%84%A2

I have these big two spaces:

The scetion problem is “title with text” the theme is “Solodrop 2.1”

Thanks

Please add this code to solve the issue

#shopify-section-template--19884942754115__82fefa12-ef5e-4f0c-8aca-60c8271e0c5f .side-content { margin-bottom: 0px !important; }
.why-us {
margin-top: 0px !important;
margin-bot: 0px !important;
padding-top: 0px !important;
padding-bot: 0px !important;
}

It works perfectly for the top but for the bottom no :pensive_face:

My bad, please update code to this

#shopify-section-template--19884942754115__82fefa12-ef5e-4f0c-8aca-60c8271e0c5f .side-content { margin-bottom: 0px !important; }
.why-us {
margin-top: 0px !important;
margin-bottom: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
}
1 Like

It works!

Thank you very much god bless you!

Have a great day

1 Like

Happy I could help!