CSS in custom post type problem

Hi there,

I wanted to display galleries in a post type without sidebar so created custom post type using a copy of the single.php template named single-gallery.php. This works to show the gallery in a full-width post however the mosaic jetpack gallery now looks wonky - I’m assuming there is a CSS problem/solution but I can’t seem to track it down.

Here is a standard post with a tiled gallery
http://itsmir.nl/mirtest/2016/01/12/82/ (perfect)

and this is the 'gallery-post’post using the same gallery shortcode:
http://itsmir.nl/mirtest/gallery/gallery-test/

How can I get the gallery in the gallery-post to present the same as the ‘standard’ post?

Thanks for any help
Miriam

Found the issue - it was a conflict in the custom template, just had to remove the line <?php echo of_get_option( ‘site_layout’ ); ?>"> and all is now good!

Hi @itsmir,

Awesome great to see you got that resolved.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin