• Resolved wenorg

    (@wenorg)


    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.
    • This topic was modified 4 years, 9 months ago by wenorg.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    Are you using the Twenty Twenty-One theme or the Twenty Twenty theme?

    Thanks,
    Tom

    Thread Starter wenorg

    (@wenorg)

    Я использую Twenty-Twenty вместе с плагином Twentig.

    Plugin Author Twentig

    (@twentig)

    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

    (@wenorg)

    Thanks a lot, it helped me 👍

    • This reply was modified 4 years, 9 months ago by wenorg.
Viewing 4 replies - 1 through 4 (of 4 total)

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