Mobile Navbar height

Hi on my website HappySoulHungryMind.com in the css I have tried to adjust the height of the mobile Navbar (when it displays the hamburger) but it has not worked. Thanks.

Hello Ravi,

Thanks for writing in!

Please have your code updated and use this:

@media (max-width: 979px){
  .x-navbar-inner {
    background-color: #800000;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 10px;
  }
}

Hope this helps.

It worked. Thanks so much!

You’re welcome, Ravi.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.