Hey guys I was wondering how I could make my heading look like this:
As you can see, the first row starts normal and then the following rows don’t start from the beginning.
Read only link: Webflow - Build Home
Hey guys I was wondering how I could make my heading look like this:
As you can see, the first row starts normal and then the following rows don’t start from the beginning.
Read only link: Webflow - Build Home
Hi Vuk,
You should be able to do this using the text-indent
CSS property.
On your heading, try these settings;
Then under custom styles, add text-indent
: 0
If that doesn’t work, you may need to use a negative value on the text-indent, like -3rem
to bring it flush left with your content.