Viewing 1 replies (of 1 total)
  • Add this css on child theme css

    @media (max-width: 768px) {
    .site-header .container {
      background-color: #121212;
      height: 100px;
      left: 0;
      position: fixed;
      top: 0;
      width: 100% !important;
    }
    }

Viewing 1 replies (of 1 total)

The topic ‘Mobile View Toggle Menu Issue’ is closed to new replies.