hi there
trying to get the menu to display below the logo (on mobile only) and not to the right of the logo
http://www.whitestagweddings.com
any help is much appreciated!
thanks
Hey mijyman!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo img {
margin: auto;
}
.responsive .logo {
width: 100%!important;
max-width: 100%;
}
#advanced_menu_toggle {
right: 45%;
top: 135%;
}}
Regards,
Yigit
hi Yigit!
Thank you very much this works :)
is there any way to have the menu display as “MENU” so it’s not just three bars?
thanks!
Hi!
Please add following code to Quick CSS as well
#advanced_menu_toggle:before {
content: 'Menu';
font-size: 18px;
}
Cheers!
Yigit
Great! Thanks! :)
Is there an easy way to change the font to my standard h3 font
Hi!
Please change the code to following one
#advanced_menu_toggle:before {
content: 'Menu';
font-size: 18px;
font-weight: 300;
font-family: "Fanwood Text", arial, sans-serif;
}
Cheers!
Yigit
Awesome! You da man :)
thanks for your help
Hi!
You are welcome!
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