hi. i want the logo in the middle of my page. so i selected the setting “logo center menu below”. But i do not want the menu below.
i ony have one menu iteam. how can i bring this one menu item to this postion? http://imgur.com/a/6T9OF
Hey diefleischerei,
You can use this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.av-main-nav{
position: absolute;
right: 40px;
bottom: 55px;
}
Best regards,
John Torvik
Cool work, thank you John.
How can i bring it abolutly to the right: http://imgur.com/a/Z8EqY
Hello diefleischerei,
you can simply change right to 0px.
.av-main-nav{
position: absolute;
right: 0px;
bottom: 55px;
}
Thank you