Title: zitscher's Replies | WordPress.org

---

# zitscher

  [  ](https://wordpress.org/support/users/zitscher/)

 *   [Profile](https://wordpress.org/support/users/zitscher/)
 *   [Topics Started](https://wordpress.org/support/users/zitscher/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zitscher/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zitscher/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zitscher/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zitscher/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zitscher/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Photoswipe] Change padding size between thumbnails](https://wordpress.org/support/topic/change-padding-size-between-thumbnails/)
 *  Plugin Author [zitscher](https://wordpress.org/support/users/zitscher/)
 * (@zitscher)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/change-padding-size-between-thumbnails/#post-5871720)
 * Hi there!
 * Can you be more precise on that question? Maybe it’s just a styling issue!
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Photoswipe] Plugin doen't work on my wp gallery](https://wordpress.org/support/topic/plugin-not-activated-on-my-wp-gallery/)
 *  Plugin Author [zitscher](https://wordpress.org/support/users/zitscher/)
 * (@zitscher)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-not-activated-on-my-wp-gallery/#post-5851434)
 * Hi there! I know I’m quite late to the party but here it goes:
 * My guess would be, that you are not linking your images right inside your gallery!
   
   Have you done something like [in this picture](http://tobiascichon.com/mnml/wp-content/themes/mnml_/support/settings.png)?
 * Hope I could help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Photoswipe] Bug with gallery from phone view](https://wordpress.org/support/topic/bug-with-gallery-from-phone-view/)
 *  Plugin Author [zitscher](https://wordpress.org/support/users/zitscher/)
 * (@zitscher)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/bug-with-gallery-from-phone-view/#post-5784241)
 * Hi there!
    This is actually not an error but intentional behaviour. If you would
   like to change this you need to change some styles in your local custom-gallery.
   php inside the plugin
 *     ```
       @media (max-width: 480px) {
           #{$selector} {
               -moz-column-count: 2 !important;
               -webkit-column-count: 2 !important;
               column-count: 2 !important;
           }
       }
       ```
   
 * Just change the column count to 1 and you are all set!
 * Hope I could help.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Simple Photoswipe] Does one thing well](https://wordpress.org/support/topic/does-one-thing-well-2/)
 *  Plugin Author [zitscher](https://wordpress.org/support/users/zitscher/)
 * (@zitscher)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/does-one-thing-well-2/#post-7922839)
 * Thanks for your review, I’m glad you like it!

Viewing 4 replies - 1 through 4 (of 4 total)