Reply To: Logo and menu-position changed after update

Home Forums Support Logo and menu-position changed after update Reply To: Logo and menu-position changed after update

Home Forums Support Logo and menu-position changed after update Reply To: Logo and menu-position changed after update

#228354
Tom
Lead Developer
Lead Developer

You have quite of a bit of custom CSS going on.

You should be able to do something like this:

.site-logo {
    width: 10%;
}

.main-navigation {
    width: 80%;
}