How to centre the title text in header Forums » WordPress » Mantra » How To Author Posts May 12th, 2013 at 19:56 #6207 Matt Is there a way to centre the title text? Maybe with Custom CSS? I only found the option to center the image, but would like to center the title text. This topic was modified 11 years ago by Zed. Reason: fixed formatting May 12th, 2013 at 23:18 #6232 ZedCryout Creations mastermind This custom CSS should do the trick: #site-title { float: none; margin: 0; padding: 0; text-align: center; } This will only align the title, not the tagline as well. If you like our creations, help us share by rating them on WordPress.org. Please check the available documentation and search the forums before starting a topic. May 13th, 2013 at 18:57 #6257 Matt First of all: Thank you! My title is centered now 🙂 But the text under it still is at the left site… I thought this belongs together. How can i center this too? Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘How to centre the title text in header’ is closed to new replies.