Forum Replies Created
-
AuthorPosts
-
Shurayuki80Participant
Thanks for replying. I think it’s a bit of a shame that the masonry effect is not used in the sidebar widgets too, because I think it would be aesthetically more pleasant with it.
I eventually solved the issue by using a plugin to hide some widgets in mobile/tablet view, and making sure that they were roughly the same height to minimise the gaps between them.Website: lady-snowblood.net
Shurayuki80ParticipantThanks! It’s true, that’s exactly how I figured it out. 🙂
Shurayuki80ParticipantNevermind, I finally figured it out by myself. To anyone that’s looking for the same thing, I just added this code to the custom css:
.single .main .article-inner > header {
margin-bottom: 2.5em;
}
.page .main .article-inner > header {
margin-bottom: 2.5em;
}Just change the margin-bottom to what looks best for your site.
Have a nice day!Shurayuki80ParticipantWell, I tried pretty much everything today: looking into every php file, checking the style.css file, trying to set margin-top and margin-bottom to 0 for the single entry title, the entry content, the entry meta… no luck. I’m starting to think that blank space between the single post title and content is due to the header itself, but I have no idea where to find its value and how to change it. Any help would be appreciated.
Website: lady-snowblood.net
-
AuthorPosts