Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1280454
    koosang153
    Participant

    Hello,

    Because of the left arrow and right arrows that’s displaying right side of title,
    the blog title seems too much pushed to left.

    How can I center the blog title? with center alignment (if the title is two lines)?

    Please let me know.

    Thank you!

    #1280468
    Christian
    Moderator

    Hey there,

    The title’s text alignment is left by design. Centering would not look good though possible. Add the code below in your Appearance > Customize > Custom > Global CSS

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

    Making it centered only if the title extends to two lines is not possible or would require further customization which is outside the scope of our support.

    Thanks.

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