Hello, .
I could not find the answers to my questions in this forum, but I hope you can help me!
1. I use the full page overlay Menu on desctop and mobile. On mobile the menu is not centered in the middle. It is more below. How can I center it?
2. I use the font Raleway for the fullpage overlay Menu. How can I decrease the font weight and make it more light? At the customizer I can choose the font weight for headings and paragraphs, but how can I change the font weight for the menu?
3. On the “Home” page are two fullscreen slider (only on mobile). I added a link to the pictures but when you click on the pictures nothing happens. The goal is that you click on the picture an get linked to the gallery pages.
I really hope I could explain my issue an I hope you can help me! Thank you !
Felix
Hey Felix-A,
Thank you for using Enfold.
You can use this css code to adjust the vertical position of the menu container.
@media only screen and (max-width: 1024px) {
#av-burger-menu-ul {
top: -100px;
position: relative;
}
}
Adjust the top position value as needed.
Best regards,
Ismael
Sorry but it does not work
Hi,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 1024px) {
#av-burger-menu-ul {
top: -100px!important;
position: relative;
}
}
Best regards,
Mike
Thank you !!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike