Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1301005
    cowrhl
    Participant

    Ayo! I’m having some problems with my posts titles. I want both the title and it’s meta to be centralised on the post page. I’ve managed to get the post titles centered with

    
    .single .entry-title {
        text-align: center;
    }

    but the meta doesn’t follow.

    How do I centralize the meta too?

    #1301008
    cowrhl
    Participant
    This reply has been marked as private.
    #1301317
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can update your custom CSS code to this:

    .single .entry-title,
    .single .p-meta {
        text-align: center;
    }

    Hope it helps, Cheers!

    #1301442
    cowrhl
    Participant

    Fantastic! Thanks!

    #1301443
    Friech
    Moderator

    Glad we could help, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1301005 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>