• Resolved bloggingandwb

    (@bloggingandwb)


    This is one of the best WordPress theme I have ever seen. Thanks for giving it.

    I need to center the title of all blog post? How I do it? And I need to center the part below the title too( posted by …………)

    How I center those two parts?(I am using child theme)

Viewing 1 replies (of 1 total)
  • Hi,

    thanks for using MH Magazine lite and we’re happy that you like the theme. 🙂

    When it comes to CSS customizations, you could use tools like for example Firebug to inspect the elements on your site and then simply add CSS code as you like, for example by using a plugin (e.g. Simple Custom CSS) or a child theme.

    To center the title on posts and the post meta data, you could do something like this:

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

Viewing 1 replies (of 1 total)
  • The topic ‘How to Center Title?’ is closed to new replies.