Please see the attachment . How do I reduce the white space marked in the attachment .
can you please share your website link? this will need css
@SurTri
Welcome to the Shopify community!
Thanks for your good question.
Please share your store URL.
So that I will check and let you know the exact solution here.
Hi @SurTri ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
my site URL is https://www.toai.in
my site is not password protected. The URL is : www.toai.in
Site URL is : www.toai.in
Hi @SurTri ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss->paste below code at the bottom of the file:
.template-collection .main-content {
padding-top: 0 !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thanks a lot ! it worked.
How can I reduce the bottom padding?
.template-collection .main-content {
padding-bottom: 0 !important;
}
@SurTri
try out this code.
Hi @SurTri ,
The part you say is between grid item and pagination or between pagination and footer?
Thanks you
Please see the attachment . The blue arrow and black text.
Nope , this did not work.
div#CollectionSection .section-header {
margin-bottom: 0px !important;
}
@SurTri
Add this code in the bottom of the timber.scss file.
Thanks a lot ! . It worked .
@SurTri
Let me know if you need any more help.
Absolutely !! you have been a great help.