datapitstop » Website Help »FAQDirectory
Website Help
.
Email: suggestions@datapitstop.com
Website: help.datapitstop.us
News Articles: Site Administration
I want margins around my entire web site. How do I do this?
In order to create margins for your entire web site, you need to modify the default Cascading Style sheet. If you deleted the style sheet you will not be able to make this change.

Login to your site and click on "Configuration Settings" under the "Site Administration" menu. In the first box labeled "CSS (Cascading Style Sheet) and Javascript (Global)", locate the following:

BODY {text: #FFFFFF; margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;}

It is obvious what each of the four margins are. The values for your margins need to be specified in pixels. Simply change the value(s) then click the SAVE button at the bottom of the page.