Jump to content

Search items all messed up


cofee_iv

Recommended Posts

Posted

Does anyone have a suggestion as to how to repair this? It has been this way for some time, through several upgrades. As you can see, it is on the right side of the index page.

 

example.thumb.gif.cea9ff916f6fe1111d4901cb8ada935a.gif

 

 

  • 4 weeks later...
Posted

Here is my code for the header

 

{{if \IPS\Theme::i()->logo['front']['url'] !== null }}
{{$logo = \IPS\File::get( 'core_Theme', \IPS\Theme::i()->logo['front']['url'] )->url;}}
<a href='{setting="base_url"}' id='elLogo' accesskey='1'><center><img src="{$logo}" alt='{setting="board_name" escape="true"}'></center></a>
{{else}}
<a href='{setting="base_url"}' id='elSiteTitle' accesskey='1'>{setting="board_name"}</a>
{{endif}}

Can anyone see anything wrong here that would cause my search to get messed up due to my stretched banner?

Posted

I compared the above code to the original. The center begin/end codes were the only difference. They made no difference.

 

I removed the long banner, of which I adored and is now gone (argh... I did't back it up) It still has the same problem.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...