Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #205426

    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.

    #205429
    This reply has been marked as private.
    #205485

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Move the second menu below the logo’ is closed to new replies.