Hello,
This is Definitely Possible. Please consider using the following CSS Code:
#logo {
font-weight: bold;
line-height: 100px;
}
body:not(.top-search-open) #header-wrap #logo {
-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease, line-height .4s ease;
-o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease, line-height .4s ease;
transition: height .4s ease, margin .4s ease, opacity .2s .2s ease, line-height .4s ease;
}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo { line-height: 60px; }
And the HTML Code for the Logo Area will be:
[Canvas](index.html)
[Canvas](index.html)
This will definitely work fine. Thanks for your Patience.
Do let us know if we can help you with anything else or if you find any further issues with Canvas.