Classic Line

I am trying to get the classic line to go underneath the text but have some space in between. Margin doesn’t let me do what I want. When I increase the integer it goes further down and the width decreases. If I set the integer as a -negative it goes higher but the width increases. How can I do this?

Hi there,

Please kindly use the helper classes of the theme to add to the Class option of the Line element. For more information:

If you still have problems kindly get back to us with the URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Also, give us the name of the page you have the problem. Thank you.

I used a Custom Headline Element and the following code snippet to show a line underneath the Headline text. Hopefully this solution is useful to someone :slight_smile:

  border-bottom: 2px solid;
  display: inline-block;
  height: 50px;

Hey There,

We are just glad that you have figured it out a way to correct the said issue.
Thanks for letting us know!

Best Regards.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.