dylanchannon
9/5/2018 - 7:52 AM

Logo Max Height

Manually changes the height of the logo container beyond the options available in the style editor slider.

.logo-image img {
    height: auto;
    max-height: 150px;
    width: auto;
    max-width: 100%;
  margin-top:10px;
}