Navbar - adjust logo size for different breakpoints

Hi, I would need to adjust the logo size for the mobile breakpoint. As it looks fine on Desktop, it is too wide on mobile. What is the best way to do this?

Thank you

I was wrong, I thought it was Source and I posted a screenshot, that’s why I deleted it.

I have never used UI Kit.

1 Like

Currently there is one option for logo sizing, at Navbar > Brand > Sizes > Custom. I’ll add more options on a future update.

1 Like

I haven’t built with uikit for some time now, I don’t even have to most upto date version anymore, but this used to work…

@media screen and (max-width: 940px) {
.uk-logo {
max-width:200px !important;
}
}

1 Like