Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2006
    Posts
    21
    Plugin Contributions
    0

    Default 3 Issues(search spacing/misc header/main content width)

    OK, everything looks pretty good in FireFox but in IE I have three issues. I've searched on here but I don't see anyone having the same issues.

    1. You'll see some really micro red text above Welcome Guest! Would you like to log yourself in?

    2. There's a little search box in the left sidebar. I'd like to move that down about 10-20px but I can't figure out how. (this is also an issue in FireFox.

    3. If you click on the search button once the search page comes up the content hangs over the white area and goes into the purple.

    http://www.strange-house.net/store

    Any help would be great.

    Thanks in advance.

  2. #2
    Join Date
    Oct 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: 3 Issues(search spacing/misc header/main content width)

    Number 1...was the fact that H1 was set to something like.... .000001em. hahaha, not really but tiny.

    Number 3 solution....

    .centerColumn {
    width: ???px;
    }




    number 2 is still an issue...

    There's a little search box in the left sidebar at the bottom. I'd like to move that down about 10-20px but I can't figure out how obviously with css but I can't figure out what part of the css controls it. (this is also an issue in FireFox.


    any help would be great.

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: 3 Issues(search spacing/misc header/main content width)

    Don't know if it is the box that you want to move or the contents of the box???
    In your stylesheet.css file find or add:

    For the whole box:
    Code:
    #search {
    margin-top: 5em;
    }
    For the contents:
    Code:
    #searchContent {
    padding: 1.5em;
    
    }

  4. #4
    Join Date
    Oct 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: 3 Issues(search spacing/misc header/main content width)

    I ended up removing the search I was using and going back to the search side box.

 

 

Similar Threads

  1. Header and Mian Content Spacing
    By automatica in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Sep 2009, 06:10 PM
  2. Change main content width
    By taylorosso in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Mar 2009, 11:59 PM
  3. Header Issues, Main Page and Search
    By iccreativity in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 12 Jun 2008, 08:17 PM
  4. 100% width header - fixed width content
    By Empire402 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Jan 2007, 03:49 AM
  5. Main content padding issues in Future Zen
    By tekfix in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Oct 2006, 10:18 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