Comments dima_amid12 started the conversationMay 10, 2024 at 10:42pmIs it possible to customize off canvas menu size when it's coming from right side? 1,077ThemeNectar repliedMay 11, 2024 at 12:33amHey, You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab: @media only screen and (min-width: 1000px) { #slide-out-widget-area.slide-out-from-right-hover { transform: translate3d(100%, 0, 0); -webkit-transform: translate3d(100%, 0, 0); width: 40%; } } Cheers Sign in to reply ...
Is it possible to customize off canvas menu size when it's coming from right side?
Hey,
You can make that change by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:
Cheers