Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Is there a way to reduce the height of the horizontal navbar

Home Forums Older releases 1.0.x Is there a way to reduce the height of the horizontal navbar Reply To: Is there a way to reduce the height of the horizontal navbar

#9038
admin
Keymaster

Hi, you will most probably need to change the default line-height if the vertical padding is not enough for you. For example, for the “sm-blue” theme you can test it from the following URL:

https://codepen.io/vadikom/pen/rVMmMm?editors=0100

Find and change the following SASS variable and note how it looks on the preview below:

// ----------------------------------------------------------
// :: 1.3. Typography
// ----------------------------------------------------------

...
$sm-blue__line-height:			23px !default;