There seems to be a bug in a Wordpress PHP function that leaves whitespace in front of the title of the page generated by I
Strip all whitespace from the left end of the title:
Strip all whitespace from either end:
Strip all spaces from the left end of the title:
Remove the first space, even if it's not the first character:
Strip only a single space (not newline, not tab) at the beginning:
Strip the first character, whatever it is:
From the Wordpress documentation on wp_title, it appears that wp_title displays the title itself unless you pass false for the second parameter, in which case it returns it. So try: