• Resolved KylaB

    (@kylab)


    Hello

    I have Jetpack and want to use the tiled galleries, no matter how I set it, the width, number of columns, gallery setting, it always keeps a certain gallery width which is only half my page width and I want it wider. I am missing something, can anyone offer me some advice please.

    Thanks.

    https://ww.wp.xz.cn/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • 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; // Change 800 by your theme's content width.
    }

    If you’d rather not edit your theme’s functions.php file, you can also try the following plugin:
    http://ww.wp.xz.cn/plugins/custom-content-width/

Viewing 1 replies (of 1 total)

The topic ‘Tiled galleries width set’ is closed to new replies.