Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 24, 2024Nov 24 Hey there, As the title states, how do I go about increasing my logo's size when leveraging the side panel?
November 24, 2024Nov 24 Hey there, As the title states, how do I go about increasing my logo's size when leveraging the side panel? Use this height adjuster
November 24, 2024Nov 24 Author Use this height adjuster Is there a way to go beyond that? With CSS/HTML?
November 24, 2024Nov 24 Of course - this is original css code .ipsLogo__image img { object-fit: contain; height: 100%; max-height: calc(var(--_image-size, 100) * 1%); width: auto; } Change width or height as you want, in your theme css. But in my opinion, upload your logo with big size and clear image. Then with adjustment reduce to your required size.