Archived topic
template "Vinyasa" - button vertical centered in sticky menu
3 replies · Started by Heinrich on June 9, 2020
Viewing posts 1–4 of 4
Hi Team,
I used the "Vinyasa" template and it's really great. I just need some help with the button when I use the sticky navigation.
The button is not vertical centered on the sticky menu and I can't figure out the right css.
Can you help me with that issue?
Thanks in advance!
Hi there,
try adding this CSS:
@media (min-width: 769px) {
.main-navigation ul {
display: flex;
align-items: center;
}
}
Hi David,
Perfect it works fine. Thanks for your help 👌
You're welcome
This archived topic is closed to new replies.