Reply To: Images in Grid Columns

Home Forums Support Images in Grid Columns Reply To: Images in Grid Columns

Home Forums Support Images in Grid Columns Reply To: Images in Grid Columns

#83741
Tom
Lead Developer
Lead Developer

You can apply any CSS you want to mobile by placing inside this media query:

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