0
jesignor
I am trying to remove some of the padding at the bottom of the div under the post grid on my site. I haven't been able to reduce it. Scroll down to the blog area on the front page of my site to see this. Thank you!
Jason Signor
YOUR AMAZING JOURNEY
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Thanks for your post,
this is pagination area at bottom, you can simply hide by adding custom CSS
.post-grid .pagination { display: none; } /* Apply this only for this post grid*/ #post-grid-2997 .pagination{ display: none; }
Let me know the update.
Regards