New Topic

Reply To: Mobile Theme

Home › Forum › Help › Mobile Theme › Reply To: Mobile Theme

#2864

StartupWP
Keymaster

You’ll just need to increase the min-width a bit to disable the responsive design:

body, #wrapper {
  min-width: 1100px !important;
}