Следите за новостями любимого конструктора сайтов uCoz в социальных сетях!
Перейдите в таблицу стилей CSS, найдите строку номер 14:
.header h1, .header-forum h1 {position: absolute; color: #1789a4; font-size: 30pt; left: 270px; top: 45px; margin: 0; padding: 0;}
замените ее на:
.header h1, .header-forum h1 {text-align: center;color: #1789a4;font-size: 30pt;margin: 0;padding-top: 50px;}
после будет как нужно.