• Resolved michaelhendrywebdev

    (@michaelhendrywebdev)


    Hi there,

    I am having an issue with Neve, when I load a page the drop downs are fine but if I go into inspector, on the forth drop down this is added:
    element style: right: 100%, left: auto.

    This causes the forth dropdown to be pushed to the left out of alignment.

    Although this is not an issue on page load, it can be quite disconcerting that it is happening in the first place and I’ve never seen this before.

    Any help with this would be amazing.

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

Viewing 1 replies (of 1 total)
  • Hi @michaelhendrywebdev!

    Thanks for choosing Neve!

    Unfortunately your site is in maintenance mode, so I am not able to check the issue. If I understand correctly, the problem consists in one of the dropdowns not being properly aligned with the corresponding menu item, as it can be seen in this screenshot. This issue could appear due to some custom CSS added on the site and it should be fixed by adding the code below in the Additional CSS section within the Customizer.

    .sub-menu {
        right: 0 !important;
    }

    I hope this helps!

    Have a nice day!

Viewing 1 replies (of 1 total)

The topic ‘Header pushes forth drop down element under 1440px’ is closed to new replies.