This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in and have valid license to reply to this topic.
Hello!
How can I customize the size of the logo in the header?
Hi
please use this code in custom css
html .navbar-brand{
max-width: inherit;
height: auto;
}
html .navbar-brand > img {
max-width: inherit;
max-height: inherit;
width: 280px;
}
Thanks
My time zone UTC+3 , please keep this in mind when you are waiting for a response .
You must be logged in and have valid license to reply to this topic.