Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Jetpack seems to be properly connected to WordPress.com at the moment, and all modules seem to work on my end. Could you give me more details about your issue?

    Thanks!

    Thread Starter robertjohnnewell

    (@robertjohnnewell)

    looks like the tiled galleries are working now with the blogshow
    however for some reason it all goes to one side the left side of the page why is this?
    http://www.rjnewellphotography.com/blog/
    thanks for any info
    r

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    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 = 800;

    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/

    Once you’ve installed it, you can go to Settings > Media to set a custom content width value.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘proble with other themes’ is closed to new replies.