1

我希望我的网站显示 ddsmoothmenu 菜单的子菜单以向左而不是向右打开。

我该怎么办?

在我的网站顶部查看:http ://cor.co.il

(在希伯来语中)

4

1 回答 1

2

如果您不想编辑 JS 文件(好像您正在使用连接到 Wordpress 的插件),您可以将其添加到您的 css 文件(layout.css 第 111 行):

header #top-menu ul li ul {
     left: auto!important;
     right: 0;
}
于 2012-10-31T12:44:48.843 回答