Results 1 to 3 of 3
  1. #1
    Join Date
    May 2007
    Posts
    29
    Plugin Contributions
    0

    Default Center box messed up...

    Hi, I'm having a problem with the center box on my store:

    http://www.sorrystaterecords.com/

    I've gone over the css but nothing seems obvious as to why the center box header has some space before the grey color. Can anyone else figure it out? I'm stumped...

    By the way, I'm on Firefox for Mac... I get the same problem in Safari and Firefox for windows as well, though.

  2. #2
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Center box messed up...

    Header tags have margin by default.

    In your stylesheet.css, find:

    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    background-color:#D6D6D6;
    border-bottom:1px solid #000000;
    }

    and replace it with:

    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    background-color:#D6D6D6;
    border-bottom:1px solid #000000;
    margin:0;
    padding:5px;
    }
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  3. #3
    Join Date
    May 2007
    Posts
    29
    Plugin Contributions
    0

    Default Re: Center box messed up...

    Wow, thanks so much! That's been driving me crazy for a long time.

    Daniel

 

 

Similar Threads

  1. Messed up my search box
    By yaseent in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Jan 2012, 12:14 PM
  2. Help Center Live - center the online/offline box
    By terryparley in forum General Questions
    Replies: 5
    Last Post: 9 Oct 2009, 03:01 AM
  3. FireFox - My Search Side Box is messed up
    By beyre in forum Basic Configuration
    Replies: 10
    Last Post: 25 Apr 2009, 07:17 AM
  4. How do I get the home/login etc buttons to center and the attributes box to center?
    By eye will in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 Nov 2007, 09:11 AM
  5. PDF Order Center messed up address
    By mrtorrez in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Oct 2006, 07:24 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