Also my left-left column does not appear in the Mobile Layout and I must have it appear.
Left_left appears on Ipads and Laptops/destops just not Mobile
Thanks anyone for advise on these two problems
Elliott Head

<?php if($this->getParam('mobile_logo_type', 'image') == 'css') : ?>
<h1 id="gkHeader" class="cssLogo">
<a href="./"><?php echo $this->getPageName(); ?></a>
<?php else : ?>
<h1 id="gkHeader">
<a href="./"><img src="<?php echo $mobile_logo_image; ?>" alt="<?php echo $this->getPageName(); ?>" /></a>
<?php endif; ?>
</h1>