Зайдите в админке в Стиль, в верхнем окне найдите пункт

/* D1.4 */

   

#pun-title h1 span {
    display : none;
    }
    #pun-title TABLE {
    border : none;
    height : 300px;
    width : 100%;
    }
    #pun-title TD.title-logo-tdl {
    border : none;
    width : 100%;
    }
    #pun-title TD.title-logo-tdr {
    border : none;
    width : 468px;
    vertical-align : top;
    padding-top : 0;
    padding-right : 145px;
    }

В выделенном разделе
Верхний отступ
Правый отступ
Меняйте значения, передвижение в пределах шапки

Или можно попробовать в HTML верх поставить код

 

<style>
    #pun-title TD.title-logo-tdr {
    position: absolute; z-index: 1; left: 272px; top: 0px;
    }
    #pun {
    margin-top : 61px;
    }
    </style>