# Как прикрепить меню сверху страницы

Для решения этой задачи нужно включить настройку прилипание меню сверху при прокрутке *<mark style="color:purple;">Строка меню > На странице прокрутки > Застрял на верху</mark>*

![](/files/KWhfby5HNu3RnBC9AsUe)

Если после включения этой настройки, меню, после загрузки главной страницы магазина находится, например, под баннером, то вам нужно в блоке *<mark style="color:purple;">Сайт > SEO > Мета-теги для верификации сайта</mark>* (Рис.1. )

<figure><img src="/files/Hm4RV68g042dacwili08" alt=""><figcaption><p><em>Рис. 1</em></p></figcaption></figure>

прописать код

```html
<!--Start Hide the standard Ecwid menu on the desktop and mobile version--> <style>
.pushmenu-btn { display: none!important; }
.menu>div { display: none!important; }
</style> <!--End Hide the standard Ecwid menu on the desktop and mobile version-->
```

Сохранить настройки, и перейти на главную страницу магазина для проверки работы настройки.

Если у вас не получается это сделать, пишите нам в поддержку, мы всегда готовы помочь.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.codpeller.com/ru/mnogourovnevoe-menyu/chavo/kak-prikrepit-menyu-sverkhu-stranicy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
