Tagged: x
-
AuthorPosts
-
September 7, 2016 at 4:03 pm #1165142
rcummingsParticipantI have extra white space above my social media icons and below my “Written By” meta. You can see it on this page or view attached image.
I tried to add this to the customizer (and many variations) but to no success:
.entry-content {
margin-top: 0.25em !important;
}The default top margin for .entry-content seems to be 1.25em. I would like to reduce that. Can you point me in the right direction? Note: I would only like this change to apply to blog content posts.
Many thanks,
RichardSeptember 7, 2016 at 11:10 pm #1165775
RupokMemberHi Richard,
Thanks for writing in! Yes the code you mentioned will surely do the job :
.entry-content { margin-top: 0.25em; }I think you have unclosed code before this that might preventing this to be generated properly. You can share your all custom CSS here (wrap with code tag from toolbar) so that we can check for you.
Cheers!
September 8, 2016 at 9:51 am #1166499
rcummingsParticipantYou are correct. I must have unclosed code b/c I moved the line to the top and and got it working.
Many thx!
Cheers,
RichardSeptember 8, 2016 at 12:29 pm #1166711
RahulModeratorGlad it worked for you.
If you have anything else to ask, let us know. We’d be happy to assist you with everything.
Thank You.
December 14, 2016 at 11:04 am #1292995
Simon MParticipantThis CSS solution
.entry-content.content {
margin-top: -100px;
}did fix the gap under the header issue as seen here: https://cl.ly/0Z082i1I1w0h
and fixed here https://cl.ly/122z0Z1S1m1zHowever now my blog posts overlap the title, as seen here https://cl.ly/2a0G3K0t3x3R
I am not sure how to correct the gap issue without affecting the single posts.December 14, 2016 at 1:53 pm #1293211
JadeModeratorHI Simon,
Would you mind providing your site URL so that we can check it?
Thank you.
December 14, 2016 at 1:56 pm #1293215
JadeModeratorHI Simon,
Please try this code:
.single-post .entry-title { margin-bottom: 20px; }If this doesn’t work, kindly provide your site URL so that we can check it?
Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1165142 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
