Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1425441

    Hallo,

    ich ärgere mich, da ich das schon mal gefragt habe. Leider kann ich dazu nichts finden und auch die Suche hier auf der Seite hat mich nicht zum Ziel geführt. Ich will nur ganz einfach den Abstand oben und unten beim Submenü vergrößern auf der Seite: http://www.designplanung.de/projekt-007/
    Das Submenü gefällt mir so nicht.
    Ach und kann man vielleicht eine gestrichelte Linie zwischen den Menüpunkten im Submenü einbauen? Das würde denke ich gut aussehen.

    viele Grüße,
    Martin
    ———————————–
    Hello,

    I’m annoyed because I’ve asked this before. Unfortunately I can’t find anything about it and the search here on the site didn’t lead me to my destination. I just want to simply increase the distance at the top and bottom of the submenu on the page: http://www.designplanung.de/projekt-007/
    I don’t like the submenu.
    Oh and could you perhaps add a dashed line between the menu items in the submenu? I think that would look good.

    Best regards,
    Martin

    #1425528

    Hey Martin,

    Thank you for the inquiry.

    You can use this css code to adjust the height of the submenu items and increase the space around them.

    #top #wrap_all .av-main-nav ul > li > a {
        line-height: 1.4em;
        min-height: 33px;
        padding: 10px 16px;
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

    #1425539

    Hello Ishmael,

    I installed it, but you can’t see any change. When it comes to services, I tried to switch off everything that was possible. Can you tell me which item exactly I should deactivate?

    Best regards,
    Martin

    #1425647

    Hi,

    Thank you for the update.

    The css files are still compressed when we checked the site today. Please disable the compression settings in the cache plugin and in the theme at Enfold > Performance > File Compression. Also, please make sure that there is no invalid css code, such as missing closing brackets or semicolons.

    Best regards,
    Ismael

    #1425660

    So everything looks good to me. I can’t find any error. So I’ll send you an account if it’s okay

    #1425661

    Hi,

    Thank you for the info.

    We made a slight adjustment to the css code. The spacing between the menu items should now be corrected. Please make sure to purge the cache and perform a hard refresh before checking the page.

    Best regards,
    Ismael

    #1425806

    Thank you Ismael,
    but can you adjust the spacing above the first item and below the last menu item? It’s way too small, it doesn’t look good

    #1425834

    Hi,

    We added this css code to adjust the space around the first and last menu items.

    .av-main-nav li > ul.sub-menu li:first-child a {
        padding-top: 20px !important;
    }
    
    .av-main-nav li > ul.sub-menu li:last-child a {
        padding-bottom: 20px !important;
    }
    

    Please make sure to perform a hard refresh before checking the page.

    Best regards,
    Ismael

    #1427839

    Thank you very much!

    #1427846

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Submenü Abstand’ is closed to new replies.