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.