Site logo

Archived topic

Customize mobile featured image, title and meta data archives

25 replies · Started by Elio Martinez on June 11, 2020

Viewing posts 16–26 of 26

Maybe is some cache issue. I am seeing it right now. I have clear the cache right now, please check again.

Update: I am thinking that you are check the home page. You have to check a category or tag page and you will see it.

Sorry I'm just jumping in here as I couldn't track down David.

Are you trying to remove the | appearing before the Author?

As for margin issue, try this:

.entry-meta {
    margin-top: 0;
}

Margin issue resolved, thanks.

I need the | between the author and the date, like as I have in single pages or the home.

That do the trick!

Thanks a lot!

I solved it doing this (don't know if is the better way todo do it, but works):

body:not(.archive) .entry-header .entry-meta span.author-name:before {
    content: '|';
    margin: 0 5px;
}

Give this CSS a shot:

.single .entry-meta {
    display: flex;
}
.single .posted-on {
    order: 2;
    padding-left: 5px;
}

Solved!

THANKS

No problem :)

This archived topic is closed to new replies.