Title: Tiled Gallery Width Wrong
Last modified: August 21, 2016

---

# Tiled Gallery Width Wrong

 *  Resolved [Fox2000](https://wordpress.org/support/users/fox2000/)
 * (@fox2000)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/tiled-gallery-width-wrong/)
 * I am using a theme that has both a full width page template and a page template
   that allows for a right sidebar. I have a gallery on a full width page, but Jetpack
   isn’t pulling the right page width number and it’s making our gallery too narrow:
   [http://friendsofmongolia.org/gallery-mongolia/](http://friendsofmongolia.org/gallery-mongolia/).
   How can we fix this?
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Richard Archambault](https://wordpress.org/support/users/richardmtl/)
 * (@richardmtl)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/tiled-gallery-width-wrong/#post-5158015)
 * Tiled Galleries are built to fit your theme’s content width. You can define a
   specific $content_width value by adding the following code to your theme’s functions.
   php file:
 * if ( ! isset( $content_width ) )
    $content_width = 1140;
 * If you’d rather not edit your theme’s functions.php file, you can also try the
   following plugin:
 * [http://wordpress.org/plugins/custom-content-width/](http://wordpress.org/plugins/custom-content-width/)
 * Once you’ve installed it, set the width to 1140 px.
 * You could always try slightly smaller widths, too, if you are not happy with 
   the results, but anything higher will break the site’s layout.

Viewing 1 replies (of 1 total)

The topic ‘Tiled Gallery Width Wrong’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Richard Archambault](https://wordpress.org/support/users/richardmtl/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/tiled-gallery-width-wrong/#post-5158015)
 * Status: resolved