• I need help in fixing menu items for the below site so that it will show horizontally instead of vertically: [ link moved to link field ]

    Thank you

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator jordesign

    (@jordesign)

    Hey @theinternetnerd – I’m not seeing exactly what you mean when I take a look at that site.

    Could you please share a screenshot of some more details of what you mean, and what you’re hoping to achieve?

    Thread Starter theinternetnerd

    (@theinternetnerd)

    @jordesign

    The menu items are not showing horizontally in one line on the desktop version. If you take a lot at the drop down on the Blogs you will see that. I tried using css but it won’t fix that.

    Moderator jordesign

    (@jordesign)

    Hey @theinternetnerd – I see that the dropdown has the sub-menu items listed going downwards. Are you meaning that you’d prefer that to be a horizontal list that appears as the dropdown instead?

    Or do you mean the fact the the items are wrapping (in order to stay within the width of the dropdown menu).

    If so – you can try out some CSS like this which may help.

    .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
        height: auto;
        min-width: 320px;
        opacity: 1;
        overflow: visible;
        visibility: visible;
        width: auto;
    }
    Thread Starter theinternetnerd

    (@theinternetnerd)

    @jordesign

    Yes, I want the drop downs listed horizontally.

    Thread Starter theinternetnerd

    (@theinternetnerd)

    @jordesign

    Thank you for the code but it is not responsive. Especially, for the drop downs under Blogs when you are on the Homepage, Cities or the blog posts themself . If you click on Contact or Blogs menu tab and then hoover to the blog posts dropdown un Blogs you will see it shows better horizontally compared when you are on other pages. How can we fix this?

    Moderator Felipe Santos

    (@foosantos)

    Hi there,

    Do you mean in this case that this CSS should only apply for some screen sizes? Can you share more context, maybe a screenshot?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menu items not showing horizontally on desktop’ is closed to new replies.