Home › Forums › Particles Support › Offcanvas full width flip mode won’t slider proper › Reply To: Offcanvas full width flip mode won’t slider proper TonyModerator Posted 4 years, 9 months ago Hi Sven, For this case, please open custom.scss file then add @media (min-width: 960px) { .jl-offcanvas-flip .jl-offcanvas-bar { right: -1920px; } } .jl-offcanvas-flip .jl-offcanvas-bar { left: auto; right: -1920px; } Let me know if it works for you