All things Shopify and commerce
Hello,
How am I able to add more padding at the top of all of my blog posts, now and in the future?
THank you
URL: https://www.livwithin.com.au/blogs/news/the-power-of-natural-dyes-honouring-tradition-in-modern-yoga
PW: pewpog
Solved! Go to the solution
This is an accepted solution.
Hi @ellacoker
You can try adding the following CSS in the bottom of the Assets folder :_
/* Add extra top padding to all blog posts */
.article-template {
padding-top: 50px !important; /* Adjust the value as needed */
}
Let me know if you need an alternative solution will provide that too.
Dotsquares Ltd
Problem Solved? ✔ Accept and Like solution to help future merchants.
This is an accepted solution.
Hi @ellacoker
You can try adding the following CSS in the bottom of the Assets folder :_
/* Add extra top padding to all blog posts */
.article-template {
padding-top: 50px !important; /* Adjust the value as needed */
}
Let me know if you need an alternative solution will provide that too.
Dotsquares Ltd
Problem Solved? ✔ Accept and Like solution to help future merchants.
Hello @ellacoker
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> section-blog-post.css
add this code at the end of the file and save.
@media screen and (min-width: 750px) {
.article-template header {
margin-top: 9rem;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025