wordpress响应扩展菜单不起作用

时间:2017-07-29 12:21:19

标签: css wordpress menu responsive

http://tracirochester.staging.wpengine.com/

在网站上,除了没有显示响应式扩展菜单外,一切都在移动视图上正常工作。

如果您在移动设备上查看,则在。下的子菜单 课程>专家顾问'桥梁研讨会'
没有在手机上显示。

我不确定我要定位哪个css类来显示扩展菜单。

此网站使用{'c_test': <classmethod object at 0x7fede8f35a60>, '__module__': '__main__', 't_method': <function t_method at 0x7fede8f336e0>, 'temp_1': 10, '__doc__': None, '__init__': <function __init__ at 0x7fede8f335f0>, 'temp_2': 20} {'test_2': 20, 'test_1': 10} 构建,但这是使用wordpress菜单(而不是菜单模块)。

screenshot

1 个答案:

答案 0 :(得分:0)

您的3个子菜单项确实显示。
他们立即扩大了。
即使在您提供的屏幕截图中,您也可以看到它们已经显示。
也许试着看看海狸页面构建器是否有设置来解决这个问题?

screenshot

修改 我收回我说的话。
只需将margin-left添加到已扩展的子菜单中即可。

.sub-menu .sub-menu {
  margin-left: 30px;
}

screenshot 2