Archived topic
Guidance on Achieving a Simple Content Layout Under Hero Section
19 replies · Started by hichb on April 11, 2023
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.
Awesome! Thanks for your suggestion. is there a way to reduce the border width without affecting the headline? Ideally, I'd like the border to cover only the "About Us" text, similar to an underline. Currently it looks like this: https://wordpress-273320-3083586.cloudwaysapps.com/home-page
Select the Headline Block, and in Sizing > Width type: max-content
Awesome, you have a solution for every problem:) Many thanks!!
Glad to be of help!