Tagged: lines
Hi dear Kriesi-team,
I would like to change the width of the lines on both sides on my special heading. I found this page: https://kriesi.at/documentation/enfold/special-heading/
and tried this code:
.av-special-heading-tag::before, .av-special-heading-tag::after {
width: 30%;
}
But unfortunately it is not working. Could you please tell, what is wrong?
Thank you,
Best
Veronika
Hi Veronika!
I changed your code to following one
body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap::after,
body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap::before {
width: 30%;
}
Please review your website :)
Cheers!
Yigit
Hi Yigit,
thank you very much :) it worked perfectly