Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #350481

    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.

    #350940

    Hey spadalbert!

    Try adding this to your custom CSS.

    .logo img {
        width: 100px !important;
        height: 100px !important;
    }
    

    Regards,
    Elliott

    • This reply was modified 9 years, 5 months ago by Elliott.
    #353207

    Hi,

    Not the main logo but partner logos please.

    Regards,

    #353319

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.