foundation / foundation-sites

The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites that work on any kind of device.

Home Page:https://get.foundation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I wish title-bar-title supports writing menus in responsive as it does in normal desktop view

BimoSora2 opened this issue · comments

I wish title-bar-title supports writing menus in responsive as it does in normal desktop view
Screenshot pada 2023-08-03 20-56-51

      <div class="hidden-menu title-bar-right align-middle" data-responsive-toggle="responsive-menu" data-hide-for="medium">
        <button class="menu-icon float-right" type="button" data-toggle="responsive-menu"></button>
        <div class="top-bar-left margin-dropdown">
          <ul class="dropdown menu align-right profil-img simple" data-dropdown-menu>
            <li class="menu vertical">
              <a href="Post">
                <img src="img/post.png" title="Post"> </a>
            </li>
            <li class="menu vertical is-dropdown-submenu-parent">
              <a>
                <img src="img/pp.png" title="Event"> </a>
              <ul class="menu">
                <div class="large-12 medium-12 small-12 cell">
                <li>
                    <a href="event-1">
                      <img src="img/model.png" title="Event 1"> Event 1 </a>
                  </li>
                  <li>
                    <a href="event-2">
                      <img src="img/model.png" title="Event 2"> Event 2 </a>
                  </li>
                </div>
              </ul>
            </li>
          </ul>
        </div>
      </div>