Not signed in (Sign In)

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

    • CommentAuthorkoolze
    • CommentTimeJul 9th 2008
     
    Hi guys.

    I have searched the forum for hours but can't seem to find the answer.
    I wish to centre and resize my gallery so it sits nicely in the middle of my webpage. Similarly to the demo gallery http://plogger.org/demo/

    My page atm looks like: http://www.elationevents.com.au/photos.php

    Any help much appreciated. Thanks.
    •  
      CommentAuthor_Eric_
    • CommentTimeJul 9th 2008 edited
     
    This problem is not specifically related to Plogger. To do this you'll have to work with CSS. Here's a quick and seriously dirty way of doing what you want, but I highly recommend you learn some real CSS instead of working with FrontPage. You'll have much more freedom to design awesome sites the way you want once you understand CSS.

    In gallery.css find #wrapper. Change it to this:
    <code>#wrapper {
    font-family: Verdana,"Trebuchet MS",Geneva,Arial,Helvetica,SunSans-Regular,sans-serif;
    font-size: 10pt;
    position: absolute;
    top: 240px;
    left: 230px;
    width: 490px;
    }</code>
    • CommentAuthorkoolze
    • CommentTimeJul 11th 2008
     
    hi Eric

    ive tried what you have suggested, but im having no luck. Any other ideas?

    thanks.
    •  
      CommentAuthor_Eric_
    • CommentTimeJul 11th 2008
     
    Here's your gallery.css with the changes to #wrapper made. Overwrite your existing gallery.css in plogger/themes/default/ with this one and it should work.

    <a href="http://www.xs4all.nl/~epedel/gallery.css">gallery.css</a>
    • CommentAuthorkoolze
    • CommentTimeJul 11th 2008
     
    Thanks heaps for your help. Very much appreciated.
    ill definately look into learning some css....atm my css skills are pretty basic.

    Thanks again.