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
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
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.
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