Forums
Forums / Theme: Virtue / Footer link seperation
(@1mk)
10 years, 10 months ago
Hi!
I’m just curious how I can make the links in my footer look like this with the vertical bar between them:
Home | About Us | Contact Us ….etc..
Right now it looks like this because I couldn’t figure out how to do the above:
|Home| |About Us| |Contact Us|
Thanks in advance,
MK
(@britner)
You can use css like this:
.footernav ul li { border-right: 1px solid #999; } .footernav ul li:last-child { border-right: 0; }
Kadence Themes
Thanks!
Is there a way to make the vertical bars not be as long as they are?
(@hannahritner)
Hey, Try adding this:
.footernav ul li { line-height: 14px; }
Hannah
Hannah, you’re awesome!
That’s exactly what I wanted!!!
Thanks so much!
The topic ‘Footer link seperation’ is closed to new replies.