kinkless sitedesign is in err.

your body width is wayyyyyy to wide.

standard screen size is 1024 pixels x 768 pixels.

use this on your body to standardise 1em = 10pixels.

style="font-size:10px;margin:0;padding:0;"

use this on your canvas element(the first and only child element of the body) element for centering:

style="width:72em;margin:0 auto;"

these can also be put in your drupal styles.css which would be under :

drupal-site-root/sites/all/[your-theme-name-here]/styles.css

and this is how you woul put it in :

  1. find and modify the body class to include the following css attributes :

    body,html > body{ font-size:10px; font-family:sans-serif; padding:0; margin:0; }

  2. find and modify the className for the hypothetical first-only-child of the body( i call mine canvas)

    .canvas{ width:72em; margin:0 auto; }

    1. wrap entire contents between the body tags with our first-only-child element of the body :

    [… original body content goes here …]


Reply

The content of this field is kept private and will not be shown publicly.
  • You can use Markdown syntax to format and style the text.
  • Each email address will be obfuscated in a human readble fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.
  • Images can be added to this post.

More information about formatting options

Captcha Image: you will need to recognize the text in it.
Please type in the letters/numbers that are shown in the image above.