Site logo

Archived topic

Centralize secondary menu on mobile

7 replies · Started by Rafael on April 9, 2017

Viewing posts 1–8 of 8

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!

This archived topic is closed to new replies.