Reply To: Custom margins for mobile

Home Forums Support Custom margins for mobile Reply To: Custom margins for mobile

Home Forums Support Custom margins for mobile Reply To: Custom margins for mobile

#81768
Tom
Lead Developer
Lead Developer

Absolutely – you’ll need to use some custom CSS targeted for mobile like this:

@media screen and (max-width: 768px) {
      /* mobile CSS in here */
}