Logo resize in PhotoPro Skin
Tips and Tricks
You'll want to modify the header.tpl and change the image size in this code:
<div id="main_logo">
{if jrCore_is_mobile_device()}
{jrCore_image id="mmt" skin="jrPhotoPro" image="menu.png" alt="menu"}
{jrCore_image image="logo.png" width="236" height="55" class="jlogo" alt=$_conf.jrCore_system_name custom="logo"}
{else}
<a href="{$jamroom_url}">{jrCore_image image="logo.png" width="236" height="55" class="jlogo" alt=$_conf.jrCore_system_name custom="logo"}</a>
{/if}
</div>
You may also need to adjust the height of the #header ID in your core_header.css file
top:0;
left:0;
right:0;
height:76px;
width:100%;
background-color:
color:
margin:0;
border-bottom: 1px dotted
position: fixed;
z-index: 90;
}