Tagged: header layout, secondary menu
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.
Thank you!
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