Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    I have recently downloaded Plogger3 after seeing it in action and loved it.

    I saw how to place the gallery into a different page by using the following code:

    <?php include("./gallery/gallery.php"); ?>
    <?php the_gallery_head(); ?>
    <?php the_gallery(); ?>


    I'm trying to figure out how to change the width of the page that is being displayed. Not quite sure what CSS to change and where.

    Thanks for any help....