[Support request] Secondary Menu vertical alignment

Home Forums Support [Support request] Secondary Menu vertical alignment

Home Forums Support Secondary Menu vertical alignment

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1441976
    John

    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?

    #1442090
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS:

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

    You can use top , middle or bottom

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.