-
AuthorPosts
-
May 13, 2021 at 9:23 am #1300075
Dear Kriesi Support Team,
you helped me styling the rounded button – thank you.
Can I make the buttons smaller like the screenshot, about 8 px top + button, 10 px left + right.
https://www.liedtke-kern.de/download/navigation-edit.jpgBest regards
ManfredMay 13, 2021 at 10:25 am #1300091Hi Manfred,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top #wrap_all .av-menu-button-colored a { line-height: 36px; height: 36px; } #top #wrap_all .av-menu-button-colored .avia-menu-text { padding: 0; }
Best regards,
NikkoMay 13, 2021 at 3:07 pm #1300166Hi Nikko,
thanks, it works.
It looks much smarter, but due to uppercase letters the space above the letters is smaller than below the letters. Is there any way to fix that?And another question:
i activated sticky header with shrinking logo but i would prefer to only fix the navigation and scroll the logo out,Best regards
ManfredMay 14, 2021 at 9:14 am #1300278Hi Manfred,
You’re welcome, can you try to replace this code I gave:
#top #wrap_all .av-menu-button-colored .avia-menu-text { padding: 0; }
with:
#top #wrap_all .av-menu-button-colored .avia-menu-text { padding: 0; position: relative; top: 2px; }
Hope it helps.
Best regards,
NikkoMay 14, 2021 at 10:28 am #1300292Hi Nikko,
works perfect, thank you.Do you have any idea concerning the sticky header question?
best regards
ManfredMay 14, 2021 at 3:39 pm #1300347Hi Manfred,
Can you try adding this CSS code in Quick CSS and see if it helps:
#top #header.header-scrolled .av-logo-container { display: none; }
Best regards,
NikkoMay 14, 2021 at 10:08 pm #1300428Hi Nikko,
thanks, it works, but the motion is not smooth.
We will show both variations and our client has to decide.But now i have a Problem with the submenu (below “KONTAKT”)
the typo should be centered…,best regards
ManfredMay 17, 2021 at 3:43 am #1300619Hi Manfred,
I see, can you try adding this CSS code as well:
#top #header .main_menu ul:first-child > li > ul.sub-menu { border-top: none; padding-top: 8px; } #top #header .sub-menu a { padding-top: 0; padding-bottom: 0; }
Best regards,
NikkoMay 17, 2021 at 10:16 pm #1300818Hi Nikko,
perfect, great support,
thank you very much!Best regards
ManfredMay 17, 2021 at 11:26 pm #1300822Hi Manfred,
You’re welcome :)
We’re glad that we could help.
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Style Main Navigation buttons’ is closed to new replies.