Jump to content

Featured Replies

Подскажите пожалуйста, где и что подправить, чтоб верхнее меню не ехало в низ с сайтом, а оставалось на месте.

5b08659f5f83b_(6).thumb.png.e09b37af07ee71ce8217a5c20e061609.png 

Link to comment
https://ipbmafia.ru/topic/19877-menyu/
Share on other sites

в одном из 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;
}

 

Link to comment
https://ipbmafia.ru/topic/19877-menyu/?&do=findComment&comment=148071
Share on other sites

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.