Site logo

Archived topic

Gravitar spacing mobile vs desktop

5 replies · Started by Kevin Wabiszewski on July 4, 2019

Viewing posts 1–6 of 6

Hello, I've been trying to figure out why there is a space between the author's name and the date on mobile devices for a couple of hours. It looks really good on desktop but I was wondering if I'm missing a setting somewhere that is creating that space on mobile.

Thanks in advance for your time/feedback.

Hi there,

Any chance you can clear and disable the caching plugin for us to debug?

Let me know :)

Hi Leo,

I just disabled them, let me know what you think and thanks again!

I assume there's some sort of spacing being added by flexbox, but I can't figure out what it is exactly.

You could try doing this:

@media (max-width: 768px) {
    .single-post .entry-meta .meta-data .posted-on {
        margin-top: -5px;
    }
}

That worked, thanks a lot guys!

Awesome, glad I could help :)

This archived topic is closed to new replies.