Im having problem with space between blog post
-
In my blog post there is a large space between the post content and countine reading… how do i get rid of that space twenty seventy theme
The blog I need help with is: (visible only to logged in users)
-
Hi skyafrica24,
Are you seeing a large gap at the bottom of just one post in particular? If so, please send me a link to the post you are referring to and I’ll take a look.
Your plan also includes direct support, which you can access from this page:
-
-
Thanks! The space underneath the ‘Continue reading’ link is being increased by the following CSS:
.post p { line-height: 1.5em; padding-bottom: 11px; }If you remove that CSS, you’ll see the gap is reduced.
-
-
It looks like there is quite a bit of conflicting custom CSS on your site.
The following CSS is reducing space at the top of your posts but this is being applied to every page. Any changes you make to this selector will affect your whole site, not just the Home page.
.hentry .entry-content:after { margin-top: -30px; }I suggest making a copy of the CSS you have already added, then go through it and remove anything that isn’t doing what you need or working as it should. It might be easier to remove all CSS to begin with and add it back a little at a time to see what effect it has on your site.
- The topic ‘Im having problem with space between blog post’ is closed to new replies.