Jump to content

Featured Replies

Posted

Hey there,

As the title states, how do I go about increasing my logo's size when leveraging the side panel?

 

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

Screenshotat2024-11-24190024.png.ab1e26ebd900bcf63db3f576add8d5f0.png

  • Author
 

Use this height adjuster

Screenshotat2024-11-24190024.png.ab1e26ebd900bcf63db3f576add8d5f0.png

Is there a way to go beyond that? With CSS/HTML?

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.

Recently Browsing 0

  • No registered users viewing this page.