Hi,
I’m using renew stack. I have two questions.
First, I’d like to align the bottoms of the logo image and menu in navbar. How can I do this? I’ve tried to use the following css code to move down the menu and align the two bottoms. This code moves down the menu. However, it also makes some unwanted space at bottom in navbar.
.x-navbar .desktop .x-nav { margin-top: 20px; }
Second, can I move down the menu underline? I want to show the underline 5px below menu in hover state. Can I do this?
Thank you.