Jump to content

Ширина Главного меню


Recommended Posts

Небольшое решение для тех кто решит убрать из главного меню поиск.

В шаблоне navBar меняем строку

{template="quickSearch" group="global" app="core" params="$preview"}

на

<div id="elSearchWrapper" class='elSearchWrapper'>
  <div id='elSearch' class='elSearch'></div>
</div>

В custom.css добавляем одноименные классы (ну я сделал) к #elSearchWrapper и #elSearch

#elSearch.elSearch{
width:0px;
}
#elSearchWrapper.elSearchWrapper{
display:none;
}

тем самым мы не затронули основные глобальные стили Поиска для вывода в другом месте и Меню у нас на всю ширину .

И теперь все это выглядет так

3.png.d8f76305ff59574a2bc220de45109649.png

Link to comment
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
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...