Removing annoying divider and empty space at the bottom of posts
-
On Hemingway Rewritten there is an extra divider line and an inch of blank space at the bottom of the posts under the tags portion.
Is there some CSS magic that could hide the futile line and reduce the blank space?
Here is a screen capture of what i mean:

The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to get rid of the blanks space and border at the bottom of single post pages.
.hentry { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } -
That worked perfectly. Thanks thesacredpath!
I also hid the navigation links at the bottom of the posts with some CSS I found.
But the grey border-bar is still visible between the Share icons and Comments. Is there a code that would hide this bar also?
-
This will hide the boredr lines between sharing and comments.
.site-main .post-navigation { border: none; } -
-
-
strange that didnt work for me ??
is it possible to get rid of the “leave a reply” at the bottom of every page?
-
-
Hi @lanason, since you are using a different theme, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.
- The topic ‘Removing annoying divider and empty space at the bottom of posts’ is closed to new replies.