TikiWiki has had an admin interface to display site identity options flexibly, but in previous releases these items were generally just added in a vertical stack, since there wasn't any particular "top" to the page.
But for themes that have a specific area for site identity items, stacking won't work. Instead, the items must be placed side-by-side. This page describes the method being used to place these items, which include the logo, banner ad, search form, log-in form Look & Feel options, and the div that holds custom code data.
Following the logic of the tiki-site_header.tpl template file, this is how items are displayed:
Custom code with and without a banner ad
(if custom code is used)
(if there is an ad banner)
<div id="sitead" class="floatright">
(Banner is displayed here.)
</div>
<div id="customcodewith_ad">
(Here will be parsed the 400px-wide custom site header code.}
</div>