Site logo

Archived topic

Slide-out Menu Alignment

3 replies · Started by Andy on August 7, 2018

Viewing posts 1–4 of 4

Hi all,
After updating to GPP 1.7 RC2 the alignment of my slide-out navigation links are left aligned instead of centered. I was using the following cusotm CSS before to center it, but it no longer works:

.main-navigation.slideout-navigation {
    text-align: center !important;
}

I could probably work it out myself but thought it would be helpful to others to see a solution in here.

Hi there,

You'll need to do this now:

#generate-slideout-menu .slideout-menu li {
    text-align: center;
}

Let me know :)

Perfect, thanks!

No problem! :)

This archived topic is closed to new replies.