ec25 Posted October 24, 2023 Share Posted October 24, 2023 Hello, I have noticed a slight "jump" when hovering over my dropdown menu, is there a way to stabilize that with CSS? I used this code to create the dropdown menu. div.header-nav-folder-content { margin-top: -2.5rem;} .header-nav-folder-item:first-of-type a { opacity: 1;} Here is my website https://www.erinncapko.com/ Link to comment
Solution Web_Solutions Posted October 25, 2023 Solution Share Posted October 25, 2023 4 hours ago, ec25 said: Hello, I have noticed a slight "jump" when hovering over my dropdown menu, is there a way to stabilize that with CSS? I used this code to create the dropdown menu. div.header-nav-folder-content { margin-top: -2.5rem;} .header-nav-folder-item:first-of-type a { opacity: 1;} Here is my website https://www.erinncapko.com/ Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .header-nav .header-nav-item--folder .header-nav-folder-content { top: 36px !important; } ec25 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
ec25 Posted October 25, 2023 Author Share Posted October 25, 2023 7 minutes ago, Web_Solutions said: Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .header-nav .header-nav-item--folder .header-nav-folder-content { top: 36px !important; } Thank you so much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment