Reply To: Vertical alignment of main menu


imaginem
Support

Hi,

You can edit /css/superfish.css

Line 1

Add this to the class

.mainmenu-navigation {
    float: right;
    margin-top: 102px;
}

Note: I’ve added margin-top to the class

Thanks