Tagged: x
-
AuthorPosts
-
September 15, 2016 at 5:39 pm #1177312
Paul DemocritouParticipantHello,
I’ve tried several CSS codes to remove the space in between my masonry blog including
.x-iso-container-posts.cols-3 .entry-wrap {
margin-top: 1em !important;
margin-bottom: 0 !important;
}
but nothing works as seen in this screengrab.
Please help,
PDSeptember 15, 2016 at 11:38 pm #1177712
LelyModeratorHi There,
Masonry blog item position is computed on the fly. There must be some script that was causing this. CSS is not recommended to solve this but rather which code cause this. You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
September 15, 2016 at 11:40 pm #1177713
RupokMemberHi there,
Thanks for writing in! The spacing and position of Masonry grid is dynamic so you should not control this with code as it might break the usual layout. Can you provide your URL so that we can see?
Cheers!
September 16, 2016 at 7:36 pm #1178807
Paul DemocritouParticipantpauldemocritou.com
September 16, 2016 at 7:37 pm #1178810
Paul DemocritouParticipantthe issue is actually seen here: http://pauldemocritou.com/news/
September 17, 2016 at 1:59 am #1179114
RadModeratorHi there,
They are your site’s post tags area. Please change this CSS
.x-integrity .post .entry-footer { display: absolute; top: -99999em; visibility: hidden; }to this
.x-integrity .post .entry-footer { display: none; }Cheers!
September 18, 2016 at 1:35 pm #1180344
Paul DemocritouParticipantGreat, thanks!
September 18, 2016 at 5:30 pm #1180507
NicoModeratorYou’re most welcome.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1177312 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
