Themes
How can I change the size of the nav bar?

Hello!
How can I change the size of the nav bar?
I want to make it a little wider, to fit the logo exactly the right size.5ea34779489a8

Thanks!

Hello! How can I change the size of the nav bar? I want to make it a little wider, to fit the logo exactly the right size.![5ea34779489a8](serve/attachment&path=5ea34779489a8) Thanks!

It should be enough if You upload a wider logo image.
At the CSS the "title / logo" is set to a max of 52% so it should give you plenty of room to extend the width of the logo image.

It should be enough if You upload a wider logo image. At the CSS the "title / logo" is set to a max of 52% so it should give you plenty of room to extend the width of the logo image.

https://net-twin.de/ Community for creative people - JOIN it Now please
https://github.com/WebCrew My GitHub account
https://sell-co.de/ Lots of Web-Tools and Utilities for free

Open the following file with a code editor like Notepad or Sublime:

sites/default/themes/the theme folder you use/less/colors.less

now scroll to the very bottom and include this:

``
.CODOFORUM .navbar {
min-height: 40px;
max-height: 60px;
}

You can change the height to fit your needs. Then save the file upload it again and recache your browser.

Open the following file with a code editor like Notepad or Sublime: sites/default/themes/the theme folder you use/less/colors.less now scroll to the very bottom and include this: ```` .CODOFORUM .navbar { min-height: 40px; max-height: 60px; } `` You can change the height to fit your needs. Then save the file upload it again and recache your browser.

https://net-twin.de/ Community for creative people - JOIN it Now please
https://github.com/WebCrew My GitHub account
https://sell-co.de/ Lots of Web-Tools and Utilities for free

294
3
1
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft