Vertical Divider - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Vertical Divider

FP

Felix Pena-Sommer

SP Page Builder 4 years ago

Dear all,

is there a possibility to add a vertical divider within a SP-Pagebuilder page? It should look like the horizontal divider.

Regards Felix

0
4 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #10072

Hello Felix,

Please, add the below code in CSS/Custom CSS file.

#section-id-1610367647206 .sppp-column-vertical-align {
  border-right: 3px dotted #cccccc;
  background: white;
}

Thank you!

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #10047

Hello Felix,

Which vertical divider you are talking about? Please, give me a screenshot if possible.

Thank you!

0
FP
Felix Pena-Sommer
Accepted Answer
4 years ago #10052

On https://www.moerike-gymnasium.de/ there's a horizontal dotted line you can see. Right below is a three columns section. I'd like to divide column 2 and 3 with a dotted line. Similar to https://www.spiegel.de/. Also my question is if you know how to divide the "Aktuelles" Row/posts with dotted vertical lines. It is a EasyBlog Module with the grid Layout.

Regards Felix

0
FP
Felix Pena-Sommer
Accepted Answer
4 years ago #10089

Thanks a lot. This works.

0