How can I increase the Lorenza logo size beyond the limit?

Im trying to make the Lorenza logo larger than what is allowed can anybody give me an idea as to what i should do

Preview link: https://sujymxv45co32wmk-4339695709.shopifypreview.com

1 Like

@jamesMeegan

sorry for that issue can you try this code.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/stylescss.scss.liquid->paste below code at the bottom of the file.
@media screen and (min-width: 851px) {
.header-grid {
    height: 100px !important;
    line-height: 100px !important;
}
header .logo img {
    max-height: 110px !important;
}
}

Thank you very much Ketan, you teach me more and more everyday.

1 Like

@jamesMeegan

its my pleasure to help us