Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ddsmoothmenuメニューのサブメニューを右ではなく左に開くようにサイトに表示したい。
どうすればそれを管理できますか?
上部の私のサイトでそれをチェックしてください:http://cor.co.il
(ヘブライ語で)
JSファイルを編集したくない場合(Wordpressに接続されたプラグインを使用しているようです)、これをcssファイル(layout.css行111)に追加できます。
header #top-menu ul li ul { left: auto!important; right: 0; }