I have some very long category names for my website and when I view the advanced search in IE it pushes all of the type list to a narrow column to the right verses putting it at the bottom like with other browsers. The image below shows the problem best.

Jim

CommentFileSizeAuthor
Advanced Search.png127.91 KBjlarkin
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jlarkin’s picture

Title: Advance Search formatting problem with IE » Advanced Search formatting problem with IE
geerlingguy’s picture

Status: Active » Closed (works as designed)

This is an issue with core Drupal CSS... the advanced search form can be restyled to help your site by adding the following line anywhere in the airyblue theme's CSS folder (or somewhere else to add the CSS to your site):

.search-advanced .criterion {
  float: none;
  clear: both;
}
jlarkin’s picture

Worked like a charm. Thanks for the quick reply.

Jim