Site logo

Archived topic

Secondary Menu vertical alignment

1 reply · Started by John on September 13, 2020

Viewing posts 1–2 of 2

My secondary menu has some items that are 2 vertical lines but some are 1 line. It is currently aligned to the bottom vertically. I don't know which way I want to go - how do I align to the top or vertically in the middle?

Hi there,

you can use this CSS:

.secondary-navigation li {
    vertical-align: middle;
}

You can use top , middle or bottom

This archived topic is closed to new replies.