Site logo

Archived topic

GP 1.8 Off Canvas

3 replies · Started by Danny on April 11, 2019

Viewing posts 1–4 of 4

Hi, I installed GP 1.8 to use the off-canvas menu. On mobile, the close X icon is on the left. On Desktop the close X icon is on the right. How do I place it on the left?

Hi there

try this CSS:

.slideout-navigation.do-overlay .slideout-exit {
    right: auto;
    left: 0;
}

This works, thank you.

glad to be of help.

This archived topic is closed to new replies.