layout of my blog

  • Unknown's avatar

    Hello, I want my “text” section to display my posts like how integral pictures are, centered with the caption on top or underneath them.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I’m not entirely sure I understand what you are looking for. The following centers all entry content.

    .hentry {
    	text-align: center;
    }

    The one thing to keep in mind is that large blocks of centered text is much harder for people to read. It is better for large blocks of text to be left aligned, or right aligned if an RTL language.

  • The topic ‘layout of my blog’ is closed to new replies.