Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1297067

    Hi,

    How can I adjust the position of the top subheader so that it is in line with the logo and not on a separate line above. I would like the logo to be on the left with the subheader on the right in line with the logo, and the main menu to remain below the logo left-aligned.

    M2 Subheader adjust

    Thank you!

    #1297297

    Hi ageer,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #header_meta {
        border-bottom: 0;
    }
    
    #header_meta .sub_menu {
        position: absolute;
        right: 0;
        top: auto;
        bottom: -80px;
    }
    
    .header-scrolled #header_meta .sub_menu {
        bottom: -40px;
    }
    
    .html_header_top.html_bottom_nav_header #header_main {
        border-top: 0;
    }

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.