// Changes tiled gallery width

function custom_tiled_gallery_width( $custom_hello_text ) {
	return 1200;
}

add_filter( 'tiled_gallery_content_width','custom_tiled_gallery_width');

/* Center the caption. */
.jp-carousel-info h2 {
 text-align: center !important;
}

/* Hide comment form header. */
.jp-carousel-left-column-wrapper {
 display: none !important;
}

/* Center the metabox. */
.jp-carousel-image-meta {
 float: none !important;
 margin-left: auto;
 margin-right: auto;
}

/* Dont display any meta info */
.jp-carousel-image-meta {
display: none;
}

/* Hide all comment stuff */
.jp-carousel-comment-form-container {
display: none !important;
}

#jp-carousel-comments-loading {
display: none !important;
}

.jp-carousel-comments {
display: none !important;
}