Site logo

Archived topic

How to create a line dividier/Seperator in elements

3 replies · Started by Marc Yvan on February 11, 2021

Viewing posts 1–4 of 4

Hi,
I am trying to replicate a design. How could I create a dividier/Seperator line like this ?
https://elementor.zenspace.digital/coffee-shop-home-4/ (Between the H1 tagline and the "Learn More" button)
I am using the generatepress elements for this. I know this might be basic but I cant figure it out.
Thank you !

Hi there,

add this CSS to your site:

.small-rule {
  height: 2px;
  background-color: orange;
  max-width: 50px;
  margin: 20px auto 30px;
}

Then in your header element add this HTML after your title.

<hr class="small-rule">

Hi David,
This worked perfectly. Sorry for the ignorance ; ) !
Have a great day.

Glad to be of help

This archived topic is closed to new replies.