Display files in 2 columns on mobile (Grid layout)

Add this code to the Custom CSS field on the Appearance tab of your PDF Embed widget’s settings:

@media(max-width: 600px) {
  .eapp-pdf-embed-grid-item {
    width: 50%;
  }
}
1 Like