Archived topic
How I can align Menu button to vertically center
3 replies · Started by Amol Chavan on May 16, 2020
Viewing posts 1–4 of 4
How I can align Menu button to vertically center so that it will be aligned with the other menu names.
Here is the screenshot: https://ibb.co/MC4WsNn
It looks good when I scroll blog post page so I don't want to disturb this: https://ibb.co/cNPnBpr
Hi there,
try adding this CSS:
@media(min-width: 769px) {
.main-navigation ul {
display: flex;
align-items: center;
}
}
It doesn't work. So I tried to add margin-top: 10px; inside my button code and its got resolved.
You can close this ticket.
Glad you hear that
This archived topic is closed to new replies.