Add space before content in CSS January 21, 2016 CSS Here’s an example on how to add space before a H1 header tag. h1.page-title:before {content: “\00a0\00a0\00a0\00a0\00a0 “;}
January 21, 2016 CSS Here’s an example on how to add space before a H1 header tag. h1.page-title:before {content: “\00a0\00a0\00a0\00a0\00a0 “;}