Jump to content

Featured Replies

в одном из css файлов, скорее всего это отдельный css найти:

#brandingFix {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    height: 61px;
    height: 44px;
    z-index: 10001;
}

заменить на:

#brandingFix {
    top: 20px;
    left: 0;
    right: 0;
    height: 61px;
    height: 44px;
    z-index: 10001;
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.