• Resolved socialdzine

    (@socialdzine)


    How do you minimize the height of the header on this theme? It’s too tall for just a little logo and menu.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Josh

    (@ocmarketingwiz)

    Hi,
    I’d be happy to give it a shot. Can you please provide your website URL, so I can take a look at it.

    Thanks

    Hello @socialdzine,

    Try this CSS code

    .navbar-inverse .navbar-nav >li {
        margin-top: 5px;
    }
    .navbar-right-search {
        margin-top: 17px;
    }
    .navbar-brand {
         line-height: 50px;
       padding: 0px 15px;
    }
    #main-nav {
           min-height: 52px!important;
    height: 50px;
    }

    This will help you.

    Thank You

    Hello,

    there is a huge white space between header and page content. Where can i remove this space?

    see: http://pieffers.be/offerte/

    I would like the content of a page to fit closely to the header like on the home page:

    http://pieffers.be/

    thanks very much!

    Alexandra

    (@alexandrastan001)

    Hi,

    Unfortunately the theme doesn’t support this customization and as much as I would love to help with some custom code, this is beyond the support offered for the free products, which consist in bug fixing and theme documentation.

    Regards,
    Alexandra

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Header hieght’ is closed to new replies.