delarge
9/26/2017 - 10:23 AM

Wordpress captions

Better styling for WP image captions

// Caption stuff
.wp-caption {
  width: auto !important;
}

.wp-caption-text {
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}