-
AuthorPosts
-
November 13, 2023 at 2:03 pm #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,
MartinNovember 14, 2023 at 5:33 am #1425528Hey 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,
IsmaelNovember 14, 2023 at 9:55 am #1425539Hello 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,
MartinNovember 15, 2023 at 5:42 am #1425647Hi,
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,
IsmaelNovember 15, 2023 at 9:56 am #1425660So everything looks good to me. I can’t find any error. So I’ll send you an account if it’s okay
November 15, 2023 at 10:01 am #1425661Hi,
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,
IsmaelNovember 17, 2023 at 7:23 am #1425806Thank 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 goodNovember 17, 2023 at 2:04 pm #1425834Hi,
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,
IsmaelDecember 12, 2023 at 11:16 am #1427839Thank you very much!
December 12, 2023 at 11:39 am #1427846Hi,
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 -
AuthorPosts
- The topic ‘Submenü Abstand’ is closed to new replies.