Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2008
    Location
    Sydney, Australia
    Posts
    121
    Plugin Contributions
    0

    Default How do add a space under a side box?

    I can't for the life of me find how to do this, as I have done it before, but where can I find how to add a space after a side box that is "touching" the bottom bar.

    The website is www.instonejewellery.com.au

    Thanks
    Anna

  2. #2
    Join Date
    Aug 2005
    Posts
    26,043
    Plugin Contributions
    9

    Default Re: How do add a space under a side box?

    In your templates stylesheet.css file
    Find
    Code:
    #navColumnOneWrapper, #navColumnTwoWrapper {
        margin-left: 0.5em;
        margin-right: 0.5em;
        }
    Change to and adjust to suit
    Code:
    #navColumnOneWrapper, #navColumnTwoWrapper {
        margin: 0em 0.5em 1em 0.5em;
        }
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Jul 2008
    Location
    Sydney, Australia
    Posts
    121
    Plugin Contributions
    0

    Default Re: How do add a space under a side box?

    All done and so easy. thanks!

 

 

Similar Threads

  1. Blank Side Boxes - too much space
    By kburner in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Jun 2009, 11:37 PM
  2. Space on right side of main section
    By wittymom in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 18 Oct 2006, 12:33 AM
  3. Adding a Space Between footer and Side box
    By Darkwander in forum General Questions
    Replies: 3
    Last Post: 13 Sep 2006, 08:48 AM

Bookmarks

Posting Permissions

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