Disruption Posted November 24 Posted November 24 Hey there, As the title states, how do I go about increasing my logo's size when leveraging the side panel?
Adlago Posted November 24 Posted November 24 6 minutes ago, Disruption said: 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 Marc 1
Disruption Posted November 24 Author Posted November 24 2 hours ago, Adlago said: Use this height adjuster Is there a way to go beyond that? With CSS/HTML?
Adlago Posted November 24 Posted November 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. Disruption 1
Recommended Posts