Home Forums WoodMart support forum Template width Reply To: Template width

#236248

Hello,

One of our dev team members tried to log in.

Please add this code to the Theme Settings > Custom CSS > Global:

@media (min-width: 1000px) {
  .whb-hidden-desktop,
  .whb-hidden-lg {
  display: none;
  }
  .whb-hidden-mobile,
  .whb-visible-lg {
    display: flex;
  }
  .whb-top-bar-inner {
    height: 48px;
  }
  .whb-general-header-inner {
    height: 60px;
  }
  .whb-header-bottom-inner {
    height: 50px;
  }
}

Best Regards