Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1347949

    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

    #1347952

    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

    #1347955

    Hi Yigit,

    thank you very much :) it worked perfectly

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘special heading width’ is closed to new replies.