I’m using. I’ve created a second menu and as I’m using Header with social icons and bottom it appears on top above the logo.
Is it possible to make this second menu appear below the logo and eliminate the line above the logo? At least in the mobile.
Hi!
You can add this on your custom.css or Quick CSS.
@media only screen and (max-width: 767px) {
.responsive .mobile_slide_out .logo {
margin: 20px 0;
}
#header_meta {
position: absolute;
bottom: 35px;
border: none;
box-shadow: none;
background: none;
left: 18%;
}
}
Please remove browser cache then reload the page.
Cheers!
Ismael