Archived topic
Centralize secondary menu on mobile
7 replies · Started by Rafael on April 9, 2017
Hello guys, how you doing?
I used this topic to hide menu toggle on mobile (https://generatepress.com/forums/topic/secondary-navigation-on-mobile-question/#post-120014) and worked like a charm. But now i want to centralize the secondary navigation only for mobile. Is this possible?
Regards,
Rafael
Hi there,
Give this CSS a shot:
@media (max-width: 768px) {
.secondary-navigation {
text-align: center;
}
.secondary-navigation li {
float: none;
display: inline-block;
}
}
Thanks Tom! :)
You're welcome :)
Hi
I tried this code to centralise the secondary menu, but it's not working for me unfortunately - is there some alternative css that might work?
Many thanks
Keith
GeneratePress 3.1.0
GP Premium 2.1.1
Hi there,
this is a really old topic - can you raise a new topic and share a link to your site.
Ok will do :-)
Thank you!