Hi,
is it possibe to change the position of the logo and the menu, like Menu below headerimage and logo somewhere inside the headerimage?
Thanks, Simone
Hi Denise3108!
Please go to Enfold theme options > Header and change “Menu and Logo Position”
Regards,
Yigit
Thanks, but I knew that already. There Ican change the postion form left to right and center.
My page starts with a fullscrennslider and the logo should be placed on the left seft but about 100px from the top. and the menue below the the slider which I solved now with buttons and make the original menu disappear with display.none in css …
Hey!
Can you please post a screenshot and showing the changes you would like to make? Also link to your website would help
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
strong.logo {
position: relative;
top: 100px;
}
Best regards,
Yigit
Hi!
Please add following code to Quick CSS as well
.home div#av_section_1 {
position: relative;
top: -45px;
background-color: transparent!important;
z-index: 99;
border: none!important;
}
Best regards,
Yigit
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit