my list of things ning migrators will mkiss
Ning To Jamroom
I guess I should have asked how big the Ad is?
It may not fit in the header if its too big.
updated by @douglas: 12/29/14 09:23:54AM
<div id="header">
<div id="header_content">
{* Logo *}
{if jrCore_is_mobile_device()}
<div id="main_logo">
{jrCore_image id="mmt" skin="jrNingja" image="menu.png" alt="menu"}
<a href="{$jamroom_url}">{jrCore_image image="logo.png" width="170" height="40" class="jlogo" alt=$_conf.jrCore_system_name custom="logo"}</a>
</div>
{else}
<div id="main_logo">
<a href="{$jamroom_url}">{jrCore_image image="logo.png" width=180 height=50 alt=$_conf.jrCore_system_name custom="logo"}</a>
</div>
{jrCore_include template="header_menu_desktop.tpl"}
{/if}
</div>
</div>
<div id="header">
<div id="header_content">
{* Logo *}
{if jrCore_is_mobile_device()}
<div id="main_logo">
{jrCore_image id="mmt" skin="jrNingja" image="menu.png" alt="menu"}
<a href="{$jamroom_url}">{jrCore_image image="logo.png" width="170" height="40" class="jlogo" alt=$_conf.jrCore_system_name custom="logo"}</a><br>
Ad Code Here... Note that I just used a line break after the logo image so the ad show below the logo on mobile devices.
</div>
{else}
<div id="main_logo">
<div class="container">
<div class="row">
<div class="col4">
<a href="{$jamroom_url}">{jrCore_image image="logo.png" width=180 height=50 alt=$_conf.jrCore_system_name custom="logo"}</a>
</div>
<div class="col8 last">
Ad Code Here... will show to the right of the logo image.
</div>
</div>
</div>
</div>
{jrCore_include template="header_menu_desktop.tpl"}
{/if}
</div>
</div>
#menu, #menu ul {
padding: 0;
list-style: none;
z-index:90;
}
#menu_content {
padding:12px 20px 12px 0;
z-index:90;
}