Archived topic
A short line on the begin
5 replies · Started by Robert on September 14, 2020
Hi
I wanna ask if its passible to add a short line (width: 20px, size:1px, color:#213246)
before the txt in the haeder of the Post: Publikacje i opinie
?
Like it is on the page with all Posts (but there I made it with Elementor)
and in the Post it is as a Element with this code:
<font size="6">Publikacje i <i>opinie</i></font>
Thx
Robert
Hi there,
try this CSS:
.page-hero font:before {
content: '';
width: 20px;
height: 1px;
background-color: #fff;
margin-right: 20px;
}
.page-hero font {
display: inline-flex;
align-items: center;
}
Hi
thx.
It works
Kr
Robert
PS. Do You maybe know when in Your GeneratePress / Site Library they will be available the pages based on Elementor ?
We're aiming to release an update to GP Premium in the next 48hrs - with that update the Elementor sites will return
Ok thx
You're welcome