Hi - I made my logo centered with the nav bar (2 on either side of the logo) with the below code. But it's not letting me click on the two buttons on either side of the logo, only the 2 farthest away from the logo on either side are letting me click.
@media screen and (max-width: 3000px) { h1 {
font-size: 14px;
}
p {
font-size: 1px
}
}
@media only screen and (min-width: 1030px){
.header-nav {
position: absolute;
margin-top:0!important;
top: 2.5rem;
.header-nav {
position: absolute;
top: 5px;
bottom: 0;
margin-top: 0!important;
margin-left: -10px!important;
}
.header-nav-item:nth-of-type(2) {
margin-right: 370px!important;
}
.header-title-logo a {
z-index: 1000;
position: relative;
}
}
.header-nav-item:nth-of-type(2) {
}
.header-title {
z-index: 99!important;
}
}