There probably better ways to do this but I normally do it by changing the
padding in the .navbar .brand and also in the nav links. I like this way
because this also makes the clickable area bigger ie:
.navbar .brand { padding: 20px 20px 24px; }
.navbar .nav > li > a { padding: 24px 10px 20px; }
Once you have changed the hight to how you want,
you will want to consider changing the top padding on the body element
depending on how much bigger you make it.
body {padding-top: 90px;}
Phil DoughtyWeb Designer / Guitarist Phone: +971 50 8879936
On 3 July 2012 23:35, Nick <[email protected]> wrote:
> 1: How do I make my navbar bigger, height-wise? I would like to include my
> logo in the navbar but to do so I need to make it...taller.
>
> 2: How do I anchor my navigation links to the bottom of the navbar rather
> than the top?
>
> I'm using the original css code that comes with the bootstrap download
>
> Please and thank you for your help.
>