- Posts: 9
- Thank you received: 0
Search Module does not work correctly
-
redfiveweb.com
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago #9731
by redfiveweb.com
Search Module does not work correctly was created 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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9745
by ivan.milic
Replied by ivan.milic on topic Re: Search Module does not work correctly
Hi,
add this to the bottom of template_css.css:
#searchForm TABLE.contentpaneopen{
line-height: 35px;
}
add this to the bottom of template_css.css:
#searchForm TABLE.contentpaneopen{
line-height: 35px;
}
Please Log in to join the conversation.
-
redfiveweb.com
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
13 years 6 months ago #9754
by redfiveweb.com
Replied by redfiveweb.com on topic Re: Search Module does not work correctly
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
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9759
by ivan.milic
Replied by ivan.milic on topic Re: Search Module does not work correctly
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>....
...
<!--[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