Reply To: Content width on mobile device

Home Forums Support Content width on mobile device Reply To: Content width on mobile device

Home Forums Support Content width on mobile device Reply To: Content width on mobile device

#95032
Tom
Lead Developer
Lead Developer

This CSS will reduce the padding of the content area while on mobile.

You can see how to add it using the URL in my signature below.

@media (max-width:768px) {
      .one-container .site-content,
      .separate-containers .inside-article {
            padding: 20px;
      }
}

Hope this helps! 🙂