[Resolved] What CSS do I use?

Home Forums Support [Resolved] What CSS do I use?

Home Forums Support What CSS do I use?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1640970
    Heath

    To get the circle picture of the author in the middle under the title of the post and the last updated date showing on the left with written by to the right?

    #1640972
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know ๐Ÿ™‚

    #1640975
    Heath

    Yes, I’ve linked below.

    #1641013
    Elvin
    Staff
    Customer Support

    Hi there,

    You can try this CSS:

    .entry-meta .posted-on {
        text-align: left;
    }
    
    .entry-meta .author-wrap {
        text-align: right;
    }
    
    .entry-meta {
        flex-direction: row-reverse;
    }

    It will look like this: https://share.getcloudapp.com/eDu8vnYP

    #1641016
    Heath

    Is there some PHP I’d need to do as well? My staging site isn’t showing right. It still shows the same way.

    #1641028
    Elvin
    Staff
    Customer Support

    Here’s all the PHP snippets involved.
    https://docs.generatepress.com/article/entry-meta-style/#example-3

    We may have to change the CSS involved in it.

    #1641036
    Heath

    Looks like I was able to do as is in the attachment. Thank you!

    #1641157
    Elvin
    Staff
    Customer Support

    Nice one. Glad you got it sorted. ๐Ÿ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.