Move categories under the photos

Add this code to the Custom CSS field on the Style tab of your Photo Gallery widget’s settings:

.eapp-photo-gallery-photo-gallery-component {
  display: flex;
  flex-direction: column;
}

.eapp-photo-gallery-category-list-component {
  order: 1;
}
2 Likes