Not signed in (Sign In)

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

    • CommentAuthorsprede
    • CommentTimeJan 8th 2009 edited
     
    I added the plogger gallery to a page I will need it on. While the page is scaled down all looks good but when you maximize it, it takes up the entire page (does not contrain). This started happening when I changed the #wrapper in gallery.css to #galler_wrapper. Any ideas? rybinconstruction.com/our_gallery.php
    •  
      CommentAuthorkimparsell
    • CommentTimeJan 8th 2009
     
    You also have to change the theme file where wrapper is listed to galler_wrapper.

    Open header.php in the theme you are using and look for
    <div id="wrapper">
    and change it there, then upload that file to your server.
    • CommentAuthorsprede
    • CommentTimeJan 8th 2009 edited
     
    lol, now it is even worse. Before it was only the our_gallery.php page that was not constraining, now it is both. Ok fixed that but still gallery is bigger.
    • CommentAuthorsprede
    • CommentTimeJan 8th 2009
     
    Aaaaha, got it. I took out the wrapper div from my page and never put it back. All good to go now.
    •  
      CommentAuthorkimparsell
    • CommentTimeJan 8th 2009
     
    You've got the code for the gallery wrapper in there twice - only needs to be there once:

    <div id="gallery_wrapper">
    <div id="gallery_wrapper">
    <table id="header-table" width="100%">

    Remove one of them and you should still be okay.
    Thankful People: sprede
    • CommentAuthorsprede
    • CommentTimeJan 8th 2009
     
    Thank you for help kimparsell.