padding problem

0
padding problem 1
jesignor
Mar 14, 2018 10:56 AM 1 Answers General
Member Since Jan 2018
Subscribed Subscribe Not subscribe
Flag(0)

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

http://jasonsignor.net

2 Subscribers
padding problem 1
padding problem 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
padding problem 4
PickPlugins
Mar 14, 2018
Flag(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

Sign in to Reply
Replying as Submit