How to add padding in blog post.
My website - https://theaunaturel.com/blogs/blog-posts/5-easy-homemade-plant-fertilizers-using-plant-fertilizers
Reference - https://bloomscape.com/plant-care/moving-your-indoor-plants-outside-for-the-summer/
How to add padding in blog post.
My website - https://theaunaturel.com/blogs/blog-posts/5-easy-homemade-plant-fertilizers-using-plant-fertilizers
Reference - https://bloomscape.com/plant-care/moving-your-indoor-plants-outside-for-the-summer/
Please add the following CSS code to your assets/pre_theme.min.css bottom of the file.
@media (min-width: 1230px){
.template-article .container {max-width: 40% !important;}
.template-article article{display: contents !important;}
}
Thanks!
Xin chào @incognitomode !
Bạn có thể làm theo hướng dẫn bên dưới:
@media (min-width: 1025px){
.template-article .container {
max-width: 40% !important;
}
.template-article article{
display: contents !important;
}
}
Nếu bạn cảm thấy câu trả lời của tôi hữu ích, hãy đánh dấu nó là GIẢI PHÁP. Hãy cho tôi biết nếu bạn có thêm bất kỳ câu hỏi nào.
Trân trọng.
Please add provided CSS code I will check your site after sending the correct code for you!
Thanks!
https://theaunaturel.com/blogs/blog-posts/5-easy-homemade-plant-fertilizers-using-plant-fertilizers
check my link its active
Hello
You can follow the instructions below:
<style>
.nt_single_blog{padding: 0 18%;}
@media only screen and (max-width: 992px) {
div.nt_single_blog{padding: 0 10%;}
}
@media only screen and (max-width: 768px) {
#nt_content div.nt_single_blog{padding: 0 5%;}
}
@media only screen and (max-width: 600px) {
body #nt_content div.nt_single_blog{padding: 0 1%;}
}
</style>
I hope it will work for you
Please Remove the previously provided CSS code and add new code to your CSS file.
@media (min-width: 1230px){
.template-article .mb__60 { max-width: 40% !important;}
.template-article article{display: contents !important;}
}
Thanks!