• Resolved Michael

    (@famsource)


    I would like to be able to center align the blog post meta info. I am new to WordPress and not familiar with any code except a little CSS. Here are two images of how it looks now…

    View post on imgur.com

    Any help on how to adjust this would be greatly appreciated. And I apologize if I have missed some simple setting somewhere to accomplish this. But I have been trying for a while with zero results.

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • torres126

    (@torres126)

    Hi there,

    No problem, thank you for including that screenshot. Could you please try this CSS and see if it works?

    ul.meta.clr {
    position: relative;
    left: 25%;
    }

    That should give this effect: https://prnt.sc/lg0zze

    Please let me know if it does or doesn’t work, or if you run into any issues with it. ??

    • This reply was modified 6 years ago by torres126. Reason: Fix formatting
    Thread Starter Michael

    (@famsource)

    Thank you.That worked perfectly for the individual post. But the main blog page meta gets pushed way right?

    View post on imgur.com

    torres126

    (@torres126)

    Ah, I didn’t consider that. Am I correct in assuming you don’t want anything to change on the main blog page?

    I spent a bit looking at this, but after several attempts, I’m pretty sure that this CSS should work.

    div#primary.content-area.clr div#content.site-content.clr ul.meta.clr {
    position: relative;
    left: 25%;
    }

    #primary #content #blog-entries div.blog-entry-inner.clr ul.meta.clr {
    position: relative !important;
    left: 0% !important;
    }

    Let me know if it does. ??

    Thread Starter Michael

    (@famsource)

    So far it seems to be working! Yes, I don’t mind the main blog page staying the same. My focus was the individual articles looking at least halfway decent. I appreciate all your help and time with this.
    Actually while replying here I went and tried something. I removed the author meta, added 10% instead of 0% and I think it worked!

    Correction. Just changed it to 8% due to a month like September being longer.

    • This reply was modified 6 years ago by Michael.
    torres126

    (@torres126)

    Perfect, glad you got this sorted! ??

    Thread Starter Michael

    (@famsource)

    Thank you again for all your time and help. I couldn’t figure it out for the life of me. Now on to the next issue!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Center Align Blog Post Meta Info’ is closed to new replies.