Search Module does not work correctly

More
13 years 6 months ago #9731 by redfiveweb.com
When I type in a search on my site it forces the results below the slideshow on the home page and everything is jumbled:

www.smithdavisclothing.com/index.php

I would like for the search results page to just open in a new blank article type page and not be jumbled together.

Thanks

Please Log in to join the conversation.

More
13 years 6 months ago #9745 by ivan.milic
Hi,

add this to the bottom of template_css.css:

#searchForm TABLE.contentpaneopen{
line-height: 35px;
}

Please Log in to join the conversation.

More
13 years 6 months ago #9754 by redfiveweb.com
Hello, thank you for that code - it worked. The only thing that looks strange now is when I added it, it made the Search button very tall (IE only) for some reason.

Thanks

Please Log in to join the conversation.

More
13 years 6 months ago #9759 by ivan.milic
You can add IE conditional, but it must be added in style block in head section of index.php of template just before </head>:

...

<!--[if IE]>
<style type="text/css">
#searchForm TABLE.contentpaneopen{
line-height: 20px;
}
</style>
<![endif]-->

</head>
<body>....

Please Log in to join the conversation.

Time to create page: 0.158 seconds
Powered by Kunena Forum