• Resolved mariogroleau

    (@mariogroleau)


    This morning Dec 14th 2022, a new version of Neve was proposed by WordPress. After installation, the menu items are centered horizontaly and verticaly instead of the traditional left and top alignment. Causing a bad alignment of menu items. More, the arrrows for subitem are placed under each item that have one.
    I own 2 web sites using free Neve, with the same problem.
    I searched a way to correct this, all the day without success!

    The second web site is : https://mgroleau.com/wp/

    Do you have an idea on how to correct this ?

    Best regards
    Mario

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mariogroleau

    (@mariogroleau)

    Hi @mariogroleau and @cshaw007,

    Thanks for choosing Neve and sorry for the difficulties encountered!

    We are already aware of this issue and our developers are currently working on a fix for it. It may be related to the fact that you’re still using the legacy skin. When we introduced the 3.0 version of Neve, we also introduced a new skin that provides some new features. You can find out more about the new skin and how to migrate to it in our dedicated documentation.

    If you don’t want to migrate to the new skin, you can add the code below in the Additional CSS section within the Customizer to temporarily solve the issue, until we release an update that includes a fix for it.

    .nav-ul li > .wrap {
      display: flex;
      align-items: center;
      position: relative;
    }

    Rolling back the theme to the previous version should solve the issue as well, as Mario already mentioned above.

    We apologize for the inconvenience and thank you for your patience!

    Thanks for the code!
    But it’s not just the alignment of the menu items that have changed. The bigger problem is that the pulldown menu no longer works on mobile devices (tablet, mobile).
    That’s why I switched to the old version for now…unfortunately. Or does anyone know another solution? Thanks!

    Hi @dneumulr!

    We released an update in the meantime which includes a fix for this issue. Please update the theme to the latest version and let us know if you still encounter this issue.

    Have a nice day!

    Hi @luciamarinescu,

    I updated the theme and it works perfect! I love it ??

    Thx for your quick help! Have a nice day further.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Vertical alignment of menu items problem since version v3.4.8’ is closed to new replies.