- 55
Hello-
I want to change the margin of the mega-menu on all pages except my home page, but it isn't working:
Is this not possible?
Thanks!
I want to change the margin of the mega-menu on all pages except my home page, but it isn't working:
.mega-menu {
position: relative;
z-index: 5;
border-top: 1px solid #ddd;
border-bottom: 1px solid #f1f1f1;
color: #555;
text-align: center;
margin: 0 0 0px;
font-size: 0;
}
.home-page .mega-menu {
margin: 0 0 30px;
}
Is this not possible?
Thanks!