Hi Theme,
Can the Off Canvas content be configured to slide dowm from the top; or up from the bottom of the browser window?
Many thanks.
Hi Theme,
Can the Off Canvas content be configured to slide dowm from the top; or up from the bottom of the browser window?
Many thanks.
Hi @strobley,
Thank you for reaching out to us. Currently you can only select 2 locations either Left or Right (see screenshot)

However you can change the animation direction with custom CSS, if you’re using the Left location then add the following code in the Theme Options > CSS:
.x-off-canvas-content-left {
transform: translate3d(0%, -115%, 0);
}
If you’ve configured it to be Right then use this code:
.x-off-canvas-content-right {
transform: translate3d(0%, -115%, 0);
}
Hope this helps!
Thanks very much, I’ll give this a shot 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.