3 * --------------------------------------------------
7 overflow-x: hidden; /* Prevent scroll on narrow devices */
18 * --------------------------------------------------
20 @media screen and (max-width: 767px) {
23 -webkit-transition: all 0.25s ease-out;
24 -moz-transition: all 0.25s ease-out;
25 transition: all 0.25s ease-out;
30 right: -50%; /* 6 columns */
35 left: -50%; /* 6 columns */
38 .row-offcanvas-right.active {
39 right: 50%; /* 6 columns */
42 .row-offcanvas-left.active {
43 left: 50%; /* 6 columns */
49 width: 50%; /* 6 columns */