Delete space between header and blogpost / blogpost and footer

Hello everyone

I need some help with deleting space between header and blogpost / blogpost and footer. I have attached two photos showing each red circle part (saying deleting white section). Thanks for it!!

1 Like

Hey @ingeon

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Hello @Moeed

Thanks for this. This is the store URL, and Password is sheest

https://0ceb19.myshopify.com/blogs/news/%EB%B9%84%EC%A3%BC%EC%96%BC%EB%A8%B8%EC%B2%9C%EB%8B%A4%EC%9D%B4%EC%A7%95vmd-%EC%84%A0%EB%91%90%EC%A3%BC%EC%9E%90-%EC%8A%A4%ED%83%80%EC%8A%A4-%EC%9D%B8%ED%84%B0%EB%B7%B0

Hello ZestardTech

This is URL and password >> sheest

https://0ceb19.myshopify.com/blogs/news/%EB%B9%84%EC%A3%BC%EC%96%BC%EB%A8%B8%EC%B2%9C%EB%8B%A4%EC%9D%B4%EC%A7%95vmd-%EC%84%A0%EB%91%90%EC%A3%BC%EC%9E%90-%EC%8A%A4%ED%83%80%EC%8A%A4-%EC%9D%B8%ED%84%B0%EB%B7%B0

1 Like

Hello Moeed

This is URL and password >> sheest

https://0ceb19.myshopify.com/blogs/news/%EB%B9%84%EC%A3%BC%EC%96%BC%EB%A8%B8%EC%B2%9C%EB%8B%A4%EC%9D%B4%EC%A7%95vmd-%EC%84%A0%EB%91%90%EC%A3%BC%EC%9E%90-%EC%8A%A4%ED%83%80%EC%8A%A4-%EC%9D%B8%ED%84%B0%EB%B7%B0

Hello Ingeon,

There is an issue with margin which is added on article. kindly put below css on theme.css .

“.article-template__back.element-margin-top.center.scroll-trigger.animate–slide-in { margin: 0; }”
Let me know if you need any other help. i will help your for that.

Thank you

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the Bottom of the file:
article.article-template .page-width{
margin: auto!important;
}
.article-template__back {
margin: auto!important;
padding-top: 20px!important;
}

1 Like

Dear @ZestardTech

Thank you for the solution. it works well !!!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

1 Like