• Resolved biasilveira

    (@biasilveira)


    Hi guys,
    need some help with the menu for this site:
    https://www.bergamotadesign.com/
    I’ve customized Resonar a lot, took out the site-branding div from the header, and want the menu to be responsive, horizontal, and centered, with a max-width of 1080px. Have tried a lot of solutions, but can’t seem to solve it.
    Thanks for the help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Those are a lot of changes for sure. ??

    Your menu looks responsive at the moment, did you get that part sorted?

    To change the width – and in turn make it look more centered – on larger screens what about adding something like this into one of your media queries:

    .nav-menu {
      max-width: 1080px;
    }
    Thread Starter biasilveira

    (@biasilveira)

    Hi Kathryn,

    I should have just done a whole new theme, but I’m still new, so I thought I’d start small. That is not quite working out, as you’ve seen lol.

    I did what you suggested, but it didn’t work. So I went into Chrome’s Element Inspector and started digging. Found that the problem I’m having is with the sidebar-toggle element. That, even when not in use, it takes up space, bumping the menu items towards the left, no matter what I do. Is there a workaround for that, or am I stuck with it?

    Moderator Kathryn Presner

    (@zoonini)

    Found that the problem I’m having is with the sidebar-toggle element.

    This should completely remove that element, as well as the space it was taking up:

    .sidebar-toggle {
      display: none;
    }

    Let me know how it goes.

    Thread Starter biasilveira

    (@biasilveira)

    All done! Thanks Kathryn!

    Moderator Kathryn Presner

    (@zoonini)

    You’re welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘help with menu’ is closed to new replies.