October 17, 2019 at 6:27 am
#69223
Theme Horse Support Team
Keymaster
It’s Great you fixed it but you have only hide the inside element so the margins from outside element is still making bigger gaps. To hide the whole Post Navigation Section you can update the below code instead of the latest previous code you mentioned.
.post-navigation {
display: none;
}
Thanks