Additionally, I’d like to add a small red divider under the “About Us” section. What would be the best approach to achieve this using GenerateBlocks?
You can set the about us headline to display:inline-flex
, then set the border-bottom
to 5px
.
Set the border color to the color you want.
The way you add padding is correct.