I have done this before, but totally forget how to do it!
I want to add a horizontal line - not on the last of type - but second to last of type:
What do I do with this code. I feel like there is a (2) or something similar that I need to program/is involved. Also, I would like to "largely" use the code above/don't want new css/javascript - but would like to use the above "bones"
Page 1 / 1
MaggieGentry try this:
Hope it helps!
Thank you!
(So obvious - ha!)
Do you mind reposting?
I want to add a horizontal line - not on the last of type - but second to last of type:
What do I do with this code. I feel like there is a (2) or something similar that I need to program/is involved. Also, I would like to "largely" use the code above/don't want new css/javascript - but would like to use the above "bones"
DISREGARD FIGURED IT OUT/POST BELOW
<style>
#QID13 li:nth-last-of-type(2) { border-top: 2px solid #8D8D8D4D; }
#QID13 li:nth-last-of-type(2) label { margin-top:10px; }
</style>
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.