Shurayuki80

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Bug in mobile/tablet view for Roseta and other themes #76808
    Shurayuki80
    Participant

    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

    in reply to: Reduce space between post title and content #76462
    Shurayuki80
    Participant

    Thanks! It’s true, that’s exactly how I figured it out. 🙂

    in reply to: Reduce space between post title and content #76407
    Shurayuki80
    Participant

    Nevermind, 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!

    in reply to: Reduce space between post title and content #76403
    Shurayuki80
    Participant

    Well, 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

Viewing 4 posts - 1 through 4 (of 4 total)