Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / advanced search alignment

advanced search alignment

Locked

Views: 480

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
14 Oct 2010, 6:33 PM
#1
nyx1961 avatar

nyx1961

New Zenner

Join Date:
Sep 2010
Posts:
58
Plugin Contributions:
0

advanced search alignment

My advanced search area's alignment is odd. Some of the boxes are on the right and some are on the left, as you can see here. How can I fix this so that it's all aligned to one side or so that the boxes are "stacked" properly on one-another, instead of being placed haphazardly away from each other. I would imagine it has something to do with the width of each box but I don't know where to edit this. I really appreciate any help.

14 Oct 2010, 8:33 PM
#2
nyx1961 avatar

nyx1961

New Zenner

Join Date:
Sep 2010
Posts:
58
Plugin Contributions:
0

Re: advanced search alignment

Okay, so I found where in the style sheet I can edit the width of the advanced search containers but that didn't fix the issue. They were less wide but still not "stacked" with proper alignment. So, I still need help sorting this out. Thanks.

15 Oct 2010, 11:52 AM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: advanced search alignment

You can add float:left; to FIELDSET. If that messes up other pages using that rule, you can add this to the stylesheet:

#advSearchDefault fieldset {float:left; margin:.2em;}

15 Oct 2010, 12:04 PM
#4
nyx1961 avatar

nyx1961

New Zenner

Join Date:
Sep 2010
Posts:
58
Plugin Contributions:
0

Re: advanced search alignment

That fixed my problem! Thanks so much, Stevesh. I really appreciate the help. :)