Enlarge Logo on mobile?

Trying to enlarge the logo on mobile phone.. Using the creative menu now.

Can't seem to figure out.. Need to enlarge it and have it overhang the main nav.

There was some discussion on some css to over hang it over the nav but can' seem to find that.

I tred this but doesnt seem to work


@media ;only screen and (max-width: 767px) {
#Header_creative #Top_bar .logo #logo img {
  1. max-height: 120px;
}

}

Comments

Sign In or Register to comment.