Need to remove spaces between the Featured Collection section (Debutify Theme)

I would like to remove the extra space above the collection feature. Also need to use the full space on both sides as well. Please see attacjed picture. I have applied different code and solutions but didnt worked for debutify theme.

Regards

Hi @owaismunir

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

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

Step 2: Search file theme.scss.css

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

.box {

padding: 0;

}

#shopify-section-template–19760095527191__f6d014b4-66d8-4cb5-8986-be6acaa31146 .wrapper {

padding: 0 !important;

margin: 0 !important;

max-width: 100%;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please note that i am using Debutify theme and theme.scss.css is not available. Instead copied the code in theme.scss.liquid.

Please review the link www.adeelity.com

The side spaces are now increased and I have adjusted to padding=10. However, remaining sections also need to adjust accordingly. Further the space between the section remains the same.

Hi @owaismunir

Do you like it for all section in the pages same width sizes? Or do you like only the sections on the homepage?

For the section in the homepage 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:
div#shopify-section-template--19760095527191__016ead84-c8b1-49c2-a242-5d000fbe1b5a .box, 
div#section-template--19760095527191__34d948ff-50b4-4539-9f4c-85053106cda3 .box, 
div#section-template--19760095527191__0592d1be-e455-4deb-9d60-6da7975413f3 .box {
    padding: 0 10px;
}
div#shopify-section-template--19760095527191__016ead84-c8b1-49c2-a242-5d000fbe1b5a .wrapper, 
div#section-template--19760095527191__34d948ff-50b4-4539-9f4c-85053106cda3 .wrapper, 
div#section-template--19760095527191__0592d1be-e455-4deb-9d60-6da7975413f3 .wrapper {
    max-width: 100%;
}

For all other sections use this. Same Instruction.

.wrapper {
    max-width: 100%;
}

And Save.

Thanks for responce , everything Ok.

However, unable to do it for Judge.me app reviews.

My wesite www.adeelity.com