Title: Message header alignment
Last modified: August 18, 2021

---

# Message header alignment

 *  Resolved [wenorg](https://wordpress.org/support/users/wenorg/)
 * (@wenorg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/message-header-alignment/)
 * By default, the message header is centered. It is not convenient for me to read
   this way and for the visitors too. How can I left-align the header for posts?
    -  This topic was modified 4 years, 9 months ago by [wenorg](https://wordpress.org/support/users/wenorg/).
    -  This topic was modified 4 years, 9 months ago by [wenorg](https://wordpress.org/support/users/wenorg/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/message-header-alignment/#post-14780887)
 * Hi,
 * Are you using the Twenty Twenty-One theme or the Twenty Twenty theme?
 * Thanks,
    Tom
 *  Thread Starter [wenorg](https://wordpress.org/support/users/wenorg/)
 * (@wenorg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/message-header-alignment/#post-14780929)
 * Я использую Twenty-Twenty вместе с плагином Twentig.
 *  Plugin Author [Twentig](https://wordpress.org/support/users/twentig/)
 * (@twentig)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/message-header-alignment/#post-14781025)
 * You can align to the left the title’s section of the single post by adding the
   following CSS code inside Customizer > Additional CSS:
 *     ```
       .single-post .entry-header {
       	text-align: left;
       }
   
       .single-post .entry-categories-inner,
       .single-post .post-meta-single-top .post-meta {
       	justify-content: flex-start;
       }
   
       .single-post .post-meta-single-top {
       	max-width: none;
       }
       ```
   
 * Hope that helps,
    Tom
 *  Thread Starter [wenorg](https://wordpress.org/support/users/wenorg/)
 * (@wenorg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/message-header-alignment/#post-14781175)
 * Thanks a lot, it helped me 👍
    -  This reply was modified 4 years, 9 months ago by [wenorg](https://wordpress.org/support/users/wenorg/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Message header alignment’ is closed to new replies.

 * ![](https://ps.w.org/twentig/assets/icon.svg?rev=2569439)
 * [Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio](https://wordpress.org/plugins/twentig/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twentig/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twentig/)
 * [Active Topics](https://wordpress.org/support/plugin/twentig/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twentig/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twentig/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [wenorg](https://wordpress.org/support/users/wenorg/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/message-header-alignment/#post-14781175)
 * Status: resolved