Hi there,
I like to customize a line, like you do on Kriest.at (the one with the small star in the middle). Does anybody know how to make them? I like to replace the star for our company image.
Regards,
David
Hey David!
Use the “Short Separator” then add this on Quick CSS or custom.css:
.hr-inner {
width: 100%;
position: absolute;
height: 1px;
left: 0;
top: 50%;
width: 100%;
margin-top: -1px;
border-top-width: 1px;
border-top-style: solid;
}
.hr-short .hr-inner-style {
border-radius: 20px;
height: 34px;
width: 34px;
border-width: 2px;
border-style: solid;
display: block;
position: absolute;
left: 50%;
margin-left: -17px;
margin-top: -17px;
line-height: 33px;
text-align: center;
border: none;
}
.alternate_color .hr-short .hr-inner-style:before {
color: #42a0bd;
}
div .hr-short .hr-inner-style:before {
content: '\E808';
font-family: 'entypo-fontello';
}
.hr-short .hr-inner-style:before {
font-size: 13px;
color: rgb(66, 160, 189);
}
Regards,
Ismael
Sorry, where can I find the ‘short separator’?
Hi!
In Avia Layout Editor, please add Horizontal Ruler element and choose Short Seperator http://i.imgur.com/k9XxBMH.jpg
Regards,
Yigit
Ahhhh, didn’t know there were option too. :-) I see it know, but need to add our logo in the middle. It’s below the line now. See http://www.cadeaugolf.nl at the bottom part of the page.
Hi!
You can try to replace the content value with the image url:
div .hr-short .hr-inner-style:before {
content: url(IMAGE URL HERE);
font-family: 'entypo-fontello';
}
Regards,
Ismael
Thanks guys! It worked. Enfold rocks!
Hey!
Thanks for the kind words :)
Cheers!
Peter