Tagged: x
-
AuthorPosts
-
September 13, 2016 at 9:23 am #1173096
AlexParticipantHello,
I’m trying to fix the large gap between posts on this page:
http://playingwriter.com/blog/
I don’t know where it comes exactly, but came up with this code:
.entry-content { margin-top: 25px; margin-bottom: -77px; padding-bottom: 30px; border-bottom: 1px solid #F2F2F2; }Could you tell me if it’s an optimum way to fix this gap? I don’t like the negative margin, is it right to use it?
Thanks.
—
AlexSeptember 13, 2016 at 9:28 am #1173101
AlexParticipantAlso, I found this big gap between the page title and the content:
How can I remove it too?
Thanks.
—
AlexSeptember 13, 2016 at 10:17 am #1173184
JoaoModeratorHi Alex,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-container.offset { margin-top: 1em; } .hentry { margin-top: 0px !important; }Hope it helps
Joao
September 22, 2016 at 12:45 pm #1186728
AlexParticipantHello,
Thanks for the code!
I changed it a little bit to
.hentry { margin-top: 0px !important; }I noticed that it works strange, though: the margin between the first and the second posts is different comparing to other posts. You can check it here:
http://playingwriter.com/blog/
Screenshot with a 1st post’s margin:
http://take.ms/BTs3LScreenshot with a 3rd post’s margin:
Could you help fix this?
Thanks.
—
AlexSeptember 22, 2016 at 5:09 pm #1187062
FriechModeratorHi Alex,
Since you need to space out each article, please use this custom CSS instead.
.blog article { margin-bottom: 2em; margin-top: 0 !important; }Feel free to adjust it.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1173096 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
