This topic has 1 reply, 1 voice, and was last updated 8 years by rreyes7658.

  • Author
  • #103776
     rreyes7658
    Participant

    I customized my DESKTOP header so I can use a bigger logo and a smaller manu height. I was able to do that with this css codes:

    #logo_img {

    max-height: 200px !important;

    height: 200px !important;

    }

     

    .header-centered .navbar-collapse, .header-centered .navbar-collapse .navbar-nav {

    padding-top: 40px;

    }

     

    .header-scrolled .navbar-header #logo_img {

    height: 140px !important;

    }

    Now, the problem I have is the MOBILE version logo is not displaying entirely. ts cutting it in half. Any advices?

    #103780
     rreyes7658
    Participant

    Think I found a fix

    .navbar-header {
    height: auto !important;
    max-height: 80px !important;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?