Footer Menu last item don't have space and line before it

Hi
Footer Menu last item don't have space and line before it
http://www.siduraronot.co.il/footermenu.jpg
Thank you
Eyal

Comments

  • Hey,
    use this custom css
    #Footer .footer_copy .social-menu li:last-child {
    margin-right: 6px !important;
    padding-right: 6px !important;
    border-right: 1px solid rgba(255,255,255,.1) !important;
    }
    #Footer .footer_copy .social-menu li:first-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
    }
    thanks
Sign In or Register to comment.