• Hi

    How can all the menu items be aligned to the left side? I managed to align the sub-submenu to the left with the following additional CSS:

    li a {
    	justify-content: left !important;

    it is only working for the items under “Dienstleistungen” -> “Mieterbereich” menu but not for the “Mieterbereich” item and the “über uns” -> “Referenzen” item.

    Additionally, is it possible to make the hover underline of the active element in the menu only as long as the text itself i.e. not the lenght of the longest item?

    Thanks in advance!

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter digitalgypsych

    (@digitalgypsych)

    … bump, no one? The Neve Menu in my case seems to be a real mess. I cannot align the items properly, the flexboxes of the first submenu items are aligned to the right of their parents, the items contained are centered to the box and the box itself is way too wide. I would like to have all aligned to the left. Seems to be imposible with CSS as
    .primary-menu-ul .sub-menu li a does not cover all the needed items. Please help!

    Mat

    (@mateithemeisle)

    Hello @digitalgypsych ,

    Thank you for choosing Neve!

    First you should disable the additional CSS modifiations made so you can start from a clean slate.

    In order to properly align the items as wanted you need to go to Customize -> Header. Now look into the right down part of the page where you have the header blocks and click on the settings wheel from the middle row on the left handside and Select the “Full Width” layout. ( screenshot here https://ibb.co/SNFgnt0).

    Now you should be able to align everything to the far left by adjusting the Header Menu block after your liking. Just drag and expand the blocks until the desired format appears.

    Please let me know if you are still encountering issues!

    Thank you and have an amazing day!

    Thread Starter digitalgypsych

    (@digitalgypsych)

    Hi Mat

    Thanks for your reply. The header widths are already set to full width. I am not talking about the main menu items but about the submenu items (When mouse is hovered over a menu items with submenu items as well as a submenu item with sub-submenu items). These items seemingly cannot be aligned sensefully i.e. they are always aligned to the center (Except the sub, submenu items, which are not present on the following screenshot anymore, can be aligned to the right with the CSS posted above). Please check the screenshot here: https://ibb.co/bggzp4H

    Do you have an idea with what additional CSS this could be managed?

    Regards
    Andy

    Mat

    (@mateithemeisle)

    Hello @digitalgypsych ,

    You could check out the doc we have created for aligning sub-menu items in Neve here .

    Would you be able to provide the URL where this is taking place? Given you have already made some custom mods, it will help us to better understand how to help and also allow the community to help too.

    Thank you!

    Thread Starter digitalgypsych

    (@digitalgypsych)

    Hi @mateithemeisle

    Thanks for your reply. The page with the issue is https://stage1.ns-propertyag.ch/

    I have just tried to add

    .primary-menu-ul .sub-menu li a {
    	display: inline-block !important;
    	justify-content: right !important;
    }

    According to the documentation. Unfortunately it is not working. The result looks like that (Also visible on the live page): https://ibb.co/xm4402Y

    Thanks and regards
    Andy

    Thread Starter digitalgypsych

    (@digitalgypsych)

    Hey @mateithemeisle

    It seems to be working with only

    .primary-menu-ul .sub-menu li a {
    justify-content: right !important;
    }

    Regards

    Mat

    (@mateithemeisle)

    Hello @digitalgypsych ,

    I accessed the URL provided and it doesn’t show a menu https://vertis.d.pr/6geiMS. I am thinking that you are probably still working on it.

    I also observed that you are a PRO user, thus, would you mind contacting us directly on https://store.themeisle.com/contact/ ? Here we can help faster and easier than on the public forum.

    Please let us know if you have any other questions or inquiries and we’ll await them on direct support!

    Thank you and have an amazing day!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu, submenu and sub-submenu alignment and underline’ is closed to new replies.