I am running Enfold with Ubermenu 3. I have also installed the ubermenu sticky extension. While the menu is full size (prior to scroll/sticky), the logo specified in ‘transparency logo’ is displayed. The problem is the that the logo size appears very small. As my css foo is a bit weak, i have used csshero to modify the width of the logo. Unfortunately, this causes the logo specified in ‘theme options/logo’ to be resized as well.
Could you please help to
adjust the css code so that either the transparency logo is allowed to size to the proper image size of the image
or
allow the transparency logo to be resized without affecting the theme options/logo.
thank you in advance.
eric
Hi ericpolin!
It’s because you have set a width to the logo in your CSS. I think your wanting to do this.
.header-scrolled .logo img {
width: auto !important;
}
Regards,
Elliott