Sticky menu logo height

Hello and thanks for your time :)

Trying to make the sticky menu logo a little bigger - using the code below did not work, any suggestions greatly appreciated.

@media only screen and (min-width: 1240px)
#Top_bar.is-sticky #logo img.logo-sticky {
    display: inline;
    max-height: 55px !important;
}

Comments

Sign In or Register to comment.