汉堡菜单不在子菜单页面上工作

时间:2017-11-10 18:41:08

标签: jquery html css

希望你在享受:) 我需要一些帮助 我的网站工作正常但在子菜单页面上汉堡包菜单根本没有显示。它在所有其他页面上显示完全正常,但在每个子菜单页面上都消失了..

http://packsmartinc.com/market-segment/specialty-print-finishing-solutions/ (这是我的子菜单页面之一)

请查看我的案例&让我知道。 感谢

/* Responsive Menu */
.menu-other-style .menu-item:not(.current-menu-item) {
    display: none;
}
.menu-other-style .current-menu-item {
    width: 100%;
    height: auto;
    position: relative;
}
.menu-other-style .current-menu-item::before {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 30%;
}
.menu-other-style .current-menu-item::before {
    content: "\f054";
}     
.menu-other-style .current-menu-item.open::before {
    content: "\f078";
}

.menu-other-style .current-menu-item a {
    padding: 20px;
}
.menu-other-style .current-menu-item a br {
    display: none;
}

.mobi-submenu-two {
    margin-top: 0;
    display: none;
}
.mobi-submenu-two .menu-item {
    display: block;
    width: 100%;
}
.mobi-submenu-two .menu-item a {
    border-bottom: 1px solid;
    display: block;
    font-size: 18px;
    padding: 10px 30px;
}
@media (max-width: 1350px) {

}


---------------------------------------  

.navi--top > li {
  margin-top: 0 !important;
}
.navi--top > li > a {
  height: 100%;
}
.navi--top > li.current-menu-item > a {
  background-color: #95050a;
}
.navi--top > li .sub-menu {
  background: #d31f26 none repeat scroll 0 0;
  margin: 0;
  padding: 15px 0 0;
  width: 350px;
  display: none;
  border-top: 1px solid #fff;
}
.navi--top > li .sub-menu li:hover .sub-menu,
.navi--top > li:hover > .sub-menu {
  display: block;
}
.navi--top > li .sub-menu li {
  margin: 0 !important;
}
.navi--top > li .sub-menu li a {
  color: #fff;
  padding: 5px 0 5px 20px;
  display: block;
}
.navi--top > li .sub-menu li a:hover {
  background-color: rgba(149, 5, 10, 0.7);
}
.sub-menu > li > .sub-menu {
  padding: 0 0 0 40px;
  border-top: 0;
  width: 450px;
}

0 个答案:

没有答案