I need the height of a pseudo :before
element. Sounds like a no-brainer, but I cannot get it to work. This is what I have tried:
$('.test:before').height() // --> null
And a jsfiddle Any suggestions what I do wrong ?
UPDATE: The height of .test
depends on the content. What I need to do is, when the height gets bigger than the pseudo element, I need to add a padding to the right of the element. However, because the height of the pseudo element is set by css I don't know it in my program