Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    Default left colum spacing - odd problem

    I must be tired or something... I've built so many of these and never had this issue before - I'm hoping someone with fresh eyes can see what must be a silly error I'm overlooking.

    Here is the link - site - Notice the Cat box and the info box have no space between - I just started with a basic classic - removed all the images and started restyling as I needed to, so this is a pretty simple design -

    When I popped in the info box it was squished up under the categories box and I've gone over the css a ton and can't find what's created the issue.

    Can someone with firebug take a quick look and see what in the heck I've done here? I'm sure it has to be I typo I'm just am not seeing.

    Thanks a bunch in advance.

    Ruth

  2. #2
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    Default Re: left colum spacing - odd problem

    Quote Originally Posted by prettywish126 View Post
    well,dont worry,that is a real simple issue,you can go to 'your_templete/css/style_sheet.css',just change the css style,you can slove the problem.
    i have disable this problem many times.

    Ok, can you give me a clue? LOL...I've looked at the style sheet till my eyes are red and I don't see what I did to create the problem.

    Thanks for any nudges in the right direction.

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

    Default Re: left colum spacing - odd problem

    I don't know what you did, but each of the boxes has its own id, so if you add this to the stylesheet:


    #information {margin-top:1em;}

    Adjust the '1em' as desired.

  4. #4
    Join Date
    Apr 2009
    Location
    Netherlands
    Posts
    9
    Plugin Contributions
    0

    Default Re: left colum spacing - odd problem

    stylesheet.css (line 621)

    .leftBoxContainer, .rightBoxContainer {
    border-bottom:1px solid #0063FF;
    margin:0;
    }

    no margin and no padding defined, so there is no space between the boxes

    Original css form Classic template is:
    .leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 1px solid #9a9a9a;
    border-bottom: 5px solid #336633;
    margin-top: 1.5em;
    }

    So you must have changed that...

    Goodluck

  5. #5
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    Default Re: left colum spacing - odd problem

    Quote Originally Posted by And_or View Post
    stylesheet.css (line 621)

    .leftBoxContainer, .rightBoxContainer {
    border-bottom:1px solid #0063FF;
    margin:0;
    }

    no margin and no padding defined, so there is no space between the boxes

    Original css form Classic template is:
    .leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 1px solid #9a9a9a;
    border-bottom: 5px solid #336633;
    margin-top: 1.5em;
    }

    So you must have changed that...

    Goodluck
    I knew it was silly - have no idea why I removed that and why I didn't catch it. Must have just been really tired.

    Thanks a bunch!!

    Ruth

 

 

Similar Threads

  1. How do widen the left colum?
    By wmorris in forum General Questions
    Replies: 3
    Last Post: 18 Jan 2012, 08:29 PM
  2. left colum strange behavior
    By stirge in forum Customization from the Admin
    Replies: 2
    Last Post: 19 Nov 2010, 01:33 PM
  3. Remove left colum on home page
    By jamesdavid in forum General Questions
    Replies: 2
    Last Post: 16 Jul 2009, 12:58 PM
  4. Left colum layout box...
    By ahhongcheong in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Jun 2009, 03:43 PM
  5. EZ pages to enable the right colum or left colum
    By Axel1 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 19 Nov 2006, 10:45 PM

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