隐藏在内容背后的子菜单

时间:2018-05-03 14:52:32

标签: css wordpress styles

我的侧边菜单有问题,我尝试使用z-index,但它确实有效;(菜单在网页内容下..

请帮助: 这是page

3 个答案:

答案 0 :(得分:0)

问题很可能是你在哪里应用z-index。我在侧边栏的容器中添加了一个正面的z-index,我发现Chrome中没有任何问题。在下面添加一个正z-index(我需要99+):

<div class="et_pb_column et_pb_column_1_4  et_pb_column_0 et_pb_css_mix_blend_mode_passthrough">

答案 1 :(得分:0)

@media (min-width: 981px) {
  .et_pb_row .et_pb_column.et-last-child,
  .et_pb_row .et_pb_column:last-child {
    margin-right: 0 !important;
    z-index: 3;
  }
}

答案 2 :(得分:0)

尝试在此处删除主文本上的z-index。

.et_pb_gutters3 .et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
    width: 73.625%;
    z-index: 0;

}