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

    Hi y’all,

    I’m working on launching my blog, and I noticed that the meta at the bottom of blog posts, which displays the post date, comment count, and author, is flushed left rather than centered like the rest. How can I make it centered?

    Here’s a photo of what I’m describing: https://ibb.co/Tw8XHrY

    Thank you in advance!

    #1112480

    Hey Southern Comfort,

    Provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1112486

    Sure, here’s the link:

    #1112519

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100%;
    }

    Best regards,
    Rikard

    #1112608

    I added that to Quick CSS under General Styling, but it didn’t work.

    #1112643

    Hi Southern Comfort ,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_elegant-blog #top .post-entry .post-meta-infos {
        float: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1112653

    Thanks, that did the trick! Thank you all for your help!

    #1112676

    Hi,
    Glad Victoria could help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to Center Blog Meta’ is closed to new replies.