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.
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%;
}
And Save.
Result:
Note: I also decrease the space above the sections. You can change the sizes of the padding.
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