as you can the above image, navigation is located at the right upper corner and the navi show up due to horizontal scroll. Any idea to fix the issue?
Hi James!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#wrap_all {
position: relative !important;
}}
Issue will be fixed on upcoming update.
Cheers!
Yigit
doesn’t work at all
figured out!
overflow: hidden !important
it works
Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 1024px) and (min-width: 989px) {
#top #header .av-main-nav > li > a { font-size: 12px; }
.logo * { max-width: 80%; }}
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
Best regards,
Yigit
hello everyone
my name is Luke and I am new to the forum …
I do not speak English well, I ask you to forgive me …
I too have a problem with the fear mode mobile
The menu button remains at the top right side, creating a discomfort in the slide!
I tried it with the CSS code you suggested, but I have not solved …
Thank You
Luca
Hi!
Welcome to the forum! Please create a new thread describing your problem. A screenshot will help. You can create a new thread by clicking the theme name in the forum (https://kriesi.at/support/) overview page. Below, you’ll find a form to create a new topic.
Cheers!
Ismael