Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    4
    Plugin Contributions
    0

    Default How to add space above and below template?

    I am using version 1.3.8 and the included template. Have added a bachground image and would like to add space above and below the template to show the background.

    Store URL: http://www.sca2011.com/sca2011store/

    Thank you,
    Ken

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: How to add space above and below template

    Quote Originally Posted by kenlhlp View Post
    I am using version 1.3.8 and the included template. Have added a bachground image and would like to add space above and below the template to show the background.

    Store URL: http://www.sca2011.com/sca2011store/

    Thank you,
    Ken
    open includes/templates/YOUR_TEMPLATE/css/stylesheet.css

    find the following declaration adjust the margin settings as indicated by the highlight.

    body {
    margin: 10px 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #e5edf5;
    background-image: url(../images/laybkgnd.gif);
    }

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How to add space above and below template

    You can add some space at the top by adding some margin-top to the body statement in your stylesheet.

    The bottom will depend on how much content you have, so you don't have much control over that.

  4. #4
    Join Date
    Jan 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: How to add space above and below template?

    Thanks a bunch folks....worked great!

    Ken

 

 

Similar Threads

  1. Blank space above and below the header logo
    By sonduarte in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Jan 2010, 08:54 PM
  2. Space above and below mainWrapper
    By oxicottin in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Sep 2007, 02:46 AM
  3. Eliminate space above columnleft and below header
    By gingertea in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Jul 2007, 02:13 AM
  4. Space above and below header_bg.jpg
    By cfardon in forum General Questions
    Replies: 9
    Last Post: 11 Mar 2007, 06:22 AM
  5. How to add a dark green bar right below my logo and above my catogories?
    By stargre in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 9 Nov 2006, 07:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg