Reply To: Mobile view

Home Forums Support Mobile view Reply To: Mobile view

Home Forums Support Mobile view Reply To: Mobile view

#90679
Tom
Lead Developer
Lead Developer

You could reduce the content padding, or reduce the body font size:

@media all and (max-width:768px) {
      body {
            font-size: 15px;
      }
      .separate-containers .inside-article,
      .one-container .site-content {
            padding: 15px;
      }
}