I’d like to define custom size for viewing Partner/Logo in CSS. It really takes too much space on my website. It’s impossible to adjust it in the native menu, because nothing changes. What’s the class/id for that element?
Thank you.
Hey spadalbert!
Try adding this to your custom CSS.
.logo img {
width: 100px !important;
height: 100px !important;
}
Regards,
Elliott
Hi,
Not the main logo but partner logos please.
Regards,
Hi!
Your partner logos are square and being displayed in four columns. That is why they show up big. You can add following code to Quick CSS to adjust their maximum width
#top .avia-logo-element-container .slide-entry { max-width: 20%; }
You can also add Logo/Partner element inside a column element and they will be resized automatically
Cheers!
Yigit