badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Buttons for next and previous post

#69223

Hi @todor-dimitrov23,

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