Hi there,
For reference: Site in progress.
As you can see I am very early into this site design. I’ve managed to include a Login button up-top, thanks to a thread found on the forum. Notice the Login button is sitting on top of a couple of links in the Main Nav, and is also obstructing the search feature.
How can I shift the entire nav (including search) so its all to the left of the Login button and to the right of the logo, please?
Thanks in advance,
Joe
Hey Joe!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
nav.main_menu {
right: 5%;
}
Regards,
Yigit
Looks great, Yigit. Thank you!