Hi Peter-
Thanks for the question, it was really cool to see that the inventor of the word “blog” is using our theme!
The discrepancy you’re seeing is a 15-pixel margin on the left side of the title. To solve it globally, you can use Custom CSS to double the padding on the article itself. Navigate to Customize > CSS/JS Editor and add the following rule:
.article-wrapper {
padding-left: 30px !important;
}
After you make this change, you may need to remove the custom padding you added to your individual page.