End of Support for Joomla 3 - Forum closed
[SOLVED] Header in the middle and between lines
- Projekt Partner
- Topic Author
- Visitor
- Thank you received: 0
Replied by Projekt Partner on topic Header in the middle and between lines
Posted 8 years 4 months ago #14746Attachment Bildschirmfoto2016-07-27um17.07.32.png not found
That is exactly what I did!
Sorry!
I disabled the editor and put the line, as you can see above, in the HTML code!
Sorry if that is bothering you.
by Projekt Partner
Attachments:
Please Log in or Create an account to join the conversation.
- Projekt Partner
- Topic Author
- Visitor
- Thank you received: 0
Replied by Projekt Partner on topic Header in the middle and between lines
Posted 8 years 4 months ago #14747
do not bother anymore.
I put in the custom.css
h3{
text-align:center;
overflow:hidden;
}
h3 span{
display:inline-block;
position:relative;
}
h3 span:after, h3 span:before{
content:" ";
display:block;
height:1px;
width:1000px;
background:black;
position:absolute;
top:50%;
}
h3 span:before{
left:-1010px;
}
h3 span:after{
right:-1010px;
}
now it works. Thanks!
I put in the custom.css
h3{
text-align:center;
overflow:hidden;
}
h3 span{
display:inline-block;
position:relative;
}
h3 span:after, h3 span:before{
content:" ";
display:block;
height:1px;
width:1000px;
background:black;
position:absolute;
top:50%;
}
h3 span:before{
left:-1010px;
}
h3 span:after{
right:-1010px;
}
now it works. Thanks!
by Projekt Partner
Please Log in or Create an account to join the conversation.
- Projekt Partner
- Topic Author
- Visitor
- Thank you received: 0
Replied by Projekt Partner on topic [SOLVED] Header in the middle and between lines
Posted 8 years 4 months ago #14748
Problem solved.
by Projekt Partner
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates