Large space at bottom of container

0
Large space at bottom of container 1
PickPlugins
Jun 11, 2016 03:35 AM 1 Answers General
Member Since Aug 2015
Subscribed Subscribe Not subscribe
Flag(0)

Hi, I am looking to get rid of the large space at the bottom of the container that seems to be reserved for pagination. 
Site is www.pctr.org. 
I have already adjusted the grid container padding to 0px.
Thanks.

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Large space at bottom of container 2
PickPlugins
Jun 11, 2016
Flag(0)

Welcome to our forum
The padding issue merge with your theme & post grid CSS
Please add following CSS to fix the issue

.post-grid .pagination {
  display: none;
}

Let me know for more help.
 
Regards
 
 
 

Sign in to Reply
Replying as Submit