Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2009
    Posts
    6
    Plugin Contributions
    0

    Default How do I add space to top and bottom of site?

    Hello everyone,

    I'm trying to add some extra space above the green gradient bar on top of the site and on the bottom of the site under the white box which contains the footer info.

    Where can I find the code that will allow me to do this?

    http://new.hydroponic-gardens.com/zencart/

    Thanks,

    Fernando

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

    Default Re: How do I add space to top and bottom of site?

    You can add margin-top and margin-bottom to the body section in your stylesheet.

  3. #3
    Join Date
    Jun 2006
    Posts
    123
    Plugin Contributions
    0

    Default Re: How do I add space to top and bottom of site?

    Edit your stylesheet file (http://new.hydroponic-gardens.com/ze...stylesheet.css)

    Find "body" on line 11, and change the line in red as below:

    Code:
    body {
    	margin: 16px 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #18820a;
    	background-color: #18820a;
    	}
    If 16px adds too much space (or not enough) for you, try increasing or decreasing this number...

  4. #4
    Join Date
    Dec 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: How do I add space to top and bottom of site?

    Hello,

    I got it! Thanks for the quick response, you were a big help.

    Thanks everyone.

    Fernando

 

 

Similar Threads

  1. How do I add top and bottom to images?
    By ScottDB in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Aug 2011, 08:08 PM
  2. Add to cart button multiple displays (top and bottom of page)
    By somedood in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Oct 2009, 08:44 AM
  3. Space on Top/Bottom of Logo
    By GarSar in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Sep 2008, 04:54 AM
  4. Put Add to Cart button at top and bottom of Prod. Page
    By kabbink in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 May 2008, 10:59 PM
  5. taking white space on the top and bottom of header
    By mrcoolboy15 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Mar 2008, 06:30 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