Site logo

Archived topic

Slide Out menu center center and full width

20 replies · Started by Iñaki Mansilla on March 12, 2019

Viewing posts 1–15 of 21

Hi there,

The full-width slideout navigation is currently not possible - however, we will be introducing this option in the next version of GP Premium.

Then you can easily create something that looks exactly the same.

The beta should be out in a couple of days and I'll comment here again when it's available for testing.

Thanks for your patience!

Hi Leo.

That sounds great!.

Thanks for your help!.

No problem.

Hope you like it!

Change the style to Overlay instead of Slide.

I see... That is better!!, excellent thanks again!!.

Sorry again. Not rush with this.

I am trying to center vertically like in the example above. I do this but it doesn´t work:

.slideout-navigation.do-overlay {
width: 100%;
height: 100% !important;
}

Can you link me to the page in question?

Hi there,

can you link us to your site where you're are having the problem?

Hi David.

The problem is that is not in production yet. But I could create and provide a login for you.

As I mentioned, as we know with the new feature Slide Out menu it does cover full with and center horizontally, but not vertically.

I am trying to do .slideout-navigation.do-overlay {
width: 100%;
height: 100% !important;
}

but I am not sure if this is the right way to do it... This is what I am trying to do http://www.racycles.black.

And this is my website right now.
https://ibb.co/PtFDPKs
https://ibb.co/x8w3Xn1

Thanks.

Maybe something like this:

.slideout-navigation.do-overlay {
    display: flex;
    align-items: center;
}
.slideout-navigation.do-overlay .inside-navigation {
    padding: 0 !important;
}
This archived topic is closed to new replies.