Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / 3 Issues(search spacing/misc header/main content width)

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

Locked

Views: 1,461

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
4 Dec 2006, 11:22 PM
#1
toonopoly avatar

toonopoly

New Zenner

Join Date:
Oct 2006
Posts:
21
Plugin Contributions:
0

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.

5 Dec 2006, 1:09 AM
#2
toonopoly avatar

toonopoly

New Zenner

Join Date:
Oct 2006
Posts:
21
Plugin Contributions:
0

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.

5 Dec 2006, 5:45 PM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

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:

#search {
margin-top: 5em;
}

For the contents:

#searchContent {
padding: 1.5em;

}
5 Dec 2006, 7:23 PM
#4
toonopoly avatar

toonopoly

New Zenner

Join Date:
Oct 2006
Posts:
21
Plugin Contributions:
0

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.