Reply 300826 to: Text menu on footer changing sizes on Shop pages

Avatar: Jef
filmguerilla
Participant
September 1, 2021 at 08:43

found the code

/* Footer Hover Nav */

.footer .menu-element .menu li > a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.footer .menu-element .menu li {
    margin-left: 1.07em !important;
    margin-right: 1.07em !important;
}
.footer .menu-element .menu li > a:before {
    content: '';
    height: 2px;
    width: 0;
    right: 0;
    position: absolute;
    transition: width .2s ease-in-out;
    bottom: 0;
    background: currentColor;
}
.footer .menu-element .menu li > a:hover:before {
    width: 100%;
}

http://prntscr.com/1qxpbgt

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.