This solution not work in my site maybe I don’t understand:
In my file default.css (because I use blue skin) I edit that:
Before:
#site-navigation ul li ul.children,#site-navigation ul li ul.sub-menu{background:#582a1c;top:52px;display:block;transition:0.4s all ease;-webkit-transition:0.4s all ease;-moz-transition:0.4s all ease;-ms-transition:0.4s all ease;-o-transition:0.4s all ease;perspective:1000;-webkit-perspective:1000;-ms-transform-origin:top;transform-origin:top;-webkit-transform-origin:top;transform:perspective(350px) rotateX(-90deg);-webkit-transform:perspective(350px) rotateX(-90deg);-moz-transform:perspective(350px) rotateX(-90deg)}
After:
#site-navigation ul li ul.children,#site-navigation ul li ul.sub-menu{background:#582a1c;top:52px;display:block;transition:0.4s all ease;-webkit-transition:0.4s all ease;-moz-transition:0.4s all ease;-ms-transition:0.4s all ease;-o-transition:0.4s all ease;perspective:1000;-ms-transform-origin:top;transform-origin:top;-webkit-transform-origin:top;transform:perspective(350px) rotateX(-90deg);-webkit-transform:perspective(350px) rotateX(-90deg);-moz-transform:perspective(350px) rotateX(-90deg)}
-
This reply was modified 7 years, 2 months ago by
tezar.
-
This reply was modified 7 years, 2 months ago by
tezar.