Add space before content in CSS

  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 “;}

LEAVE A COMMENT