-
Posts
70,033 -
Joined
-
Last visited
-
Days Won
567
tuanphan's Achievements
Single Status Update
-
Hello. I have been able to add custom CSS to the McCurry template but drop downs are overlapping each other and I would like to know if there is additional CSS to add to avoid this?
I have used this but see image at bottom for result.
/* Float header */
@media screen and (min-width:992px) {
.header-title {
position: fixed;
top: 3vw;
left: 5vw;
z-index: 9999;
}
.header-nav {
position: fixed;
top: 40%;
left: 5vw;
padding: 0 !important;
transform: translateY(-50%);
}
nav {
flex-direction: column;
}
div.header-nav-item {
margin: 0 !important;
text-align: left !important;
}
div.header-nav-item a{
display: inline-block;
}
.header-actions.header-actions--right {
position: fixed;
left: 5vw;
bottom: 2vw;
justify-content: flex-start !important;
}
.header-actions--right .header-actions-action a {
margin-left: 0 !important;
margin-right: 2.5vw;
}
#page article section.page-section {
max-width: 75%;
margin-left: 25%;
padding-top: 0 !important;
}