Archived topic
Split template
4 replies · Started by Paul on June 22, 2019
Hi,
I used the CSS provided by David, here: https://generatepress.com/forums/topic/split-template/
Any reason why the menus aren't symmetric?
The left menu is further away from logo than the right.
Thanks
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.