Change photoset layout

On some of our themes you can change how the photoset looks. Instead of having the arrows which you can cycle through.

This version will display the photos one after another. To change it copy the code below and paste it into Custom CSS, it’s under Advanced Options.

 

All Themes

.single-photoset {
  display: block;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index:0 !important;
}

.stash-photoset .ps-options {
  display:none !Important;
}

 

Laser Theme Only

.single-photoset {
  display: block;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index:0 !important;
  width:auto;
  margin:0;
  float:left;
}

.stash-photoset .ps-options {
  display:none !Important;
}


 

Change photoset layout

 
  [Voted: 4]