Logo

Web Site Support Service

Removing the padding at the top of each page

To align the menu options with the title of the content page, go to the CSS area in site admin and enter the following code:

div#Content
{
 padding-top: 0;
}

Photo