Site logo

Archived topic

Split template

4 replies · Started by Paul on June 22, 2019

Viewing posts 1–5 of 5

Hi there,

Your site is coming soon page so we can't see the issue.

Can you disable that for now?

Thanks :)

Sorry, removed it now.

Hi there,

the various sizing for the menu items can cause the menus to look offset. You can fix that by making them all a minimum width with this CSS:

@media (min-width: 769px) {
    .main-navigation li {
        min-width: 140px;
        text-align: center;
    }
}

please ignore, sorted it.

This archived topic is closed to new replies.