• Hello.
    My whole site is responsive and changes the sizes and appearance of the pages and the menus depending on the size of the screen, with the exception of the floating menu in my “About” page: https://www.psmtickling.com/about .
    The menu gets cut by the page and seems to have no right margin if you shrink the page to the left.
    I found the part of my style.css file related to that menu, but changing the width (putting “max-width”) I was only able to make it responsive at the top of the page, when it hasn’t started moving. As soon as you move the page down a bit and the menu’s items get active, the width apparently expands to the right.
    The code is the following.

    .about-magellan[data-magellan-expedition] {
      width: auto;
      min-width: 307px;
    left: auto;
      background: none; }
      .about-magellan[data-magellan-expedition] .sub-nav dd {
        float: none;
        display: block;
        font-size: 18px;
        line-height: 34px; }
        .about-magellan[data-magellan-expedition] .sub-nav dd a {
          color: #5d5d5d; }
        .about-magellan[data-magellan-expedition] .sub-nav dd.active a {
          background: none;
          color: #a10056;
          padding: 0; }

    How can I make the menu responsive and make it stay that way?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tycooko

    (@tycooko)

    I was sure I had published another message. Anyway, apparently, the code works for Windows machines, making the menu responsive to the page size, but not on a Mac.

    Thread Starter tycooko

    (@tycooko)

    I still haven’t found a solution. Anyone?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Magellan floating menu is not responsive’ is closed to new replies.