Closed TeamRaiser Language and Width

Options

Where can I modify the language that appears on my main TeamRaiser page when it's closed (www.mypetwalk.org)? Also, how do I modify the change in width resulting from closing the event (as you can see the header graphic represents the correct width (when I closed the event te body area stretched wider)?

Tagged:

Comments

  • The text can be editted in the Message Catalog Editor. The page is stretching because of the width of the application area. You can fix that by applying a style like this in your page wrapper:



    ]x::
    <style type="text/css">
    .appArea{
    width:524px;
    }
    </style>
    ::]]

Categories