Hi!
I wanted to make the header area with the Logo on the left and the title on the right, (both adapting to browser window). For the menu items I use already the Enfold options > Main Menu > General > Menu Items for Desktop > Display as icon. Can you please provide me the best recommended way to do this? Thank you in advanced.
Hi ymcrodos,
Thanks for giving us a screenshot of what you’re trying to achieve.
There’s no option to add it, however it can be done by adding this CSS code in Quick CSS:
#top #header .av-main-nav-wrap:before {
content: 'The Title';
font-size: 32px;
font-weight: bold;
width: 140px;
position: absolute;
right: 100%;
top: 50%;
transform: translateY(-50%);
}
Just change the The Title with the title that you want to use, adjust the font size, font weight and the width.
Hope this helps.
Best regards,
Nikko
Thank you so much !!! It works perfectly.
Hi ymcrodos,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko