Home Forums WordPress Themes – Premium Pure & Simple Menu not responsive in IPad (Vertical) Reply To: Menu not responsive in IPad (Vertical)

#22017
Binaya D
Participant

Hi Delma,

We found a bug in our theme, so we will fix the bug in our next version. For now please use the following css to fix your issue:


@media screen and (min-width: 768px) and (max-width: 783px){
  ul#menu-menu-1 { 
  display: none;
}
}

Note: Please use the custom css plugin or child theme to write css.

Thanks