Tagged: Secondary Custom Menu
Hello – My client does not like the look of the Secondary Header Menu Option that is built in and would like a menu above the Main Menu like the attached screen shots both Desktop and Mobile. Can you please advise the best way to achieve this?
Appreciate your help!
Anna
Hey annameis,
Thank you for the inquiry.
It’s possible to move the default top header above the main menu. Please start with this css code:
#header_meta {
position: absolute;
right: 0;
border: 0;
background: transparent;
}
You can then add additional style adjustments as needed.
Best regards,
Ismael
