Hello all…I urgently need your help. on my site http://www.mpallstars.org I recently tried to change the logo. afterwards this strange menu on the top appeared. Tried switching back to the original logo and it is still happening. Your timely help is appreciated.
what menu are you talking about?
Also i noticed something is wrong with some of the custom CSS i gave you last time:
#header_main .social_bookmarks {
top: 40% ;
}
Did not see that the icons move next to the search bar when you scroll down.
So now the icons are kinda off when you scroll down and the header shrinks.
Haven’t looked into how the different CSS is applied when you scroll down and to tired to look into it at the moment.
And you might not have seen my last answer to your last topic.
It was just a suggestion to modify the search bar a bit since the button is 1px higher then the input field:
https://kriesi.at/support/topic/social-media-icons-7/#post-368061
And i guess the support could also help you to change the above code to only apply when the header is not shrinked.
cheers
it looks like a mobile menu on the top of the screen right above the header/ubermenu
Hello,
Have you tried disabling all third-party plugins to see if it gets fixed? if it doesn’t please hand us a temporary admin account.
Regards,
Josue
for some reason it is putting the mobile menu up top?????
added the quick css for the moment as a temporary solution but would still like to know why it happened?
#mobile-advanced {
display: none;
}
Hey!
Yeah i see, as you are using UberMenu there is no necessity to show the mobile-menu nor toggle, i changed the code to:
#mobile-advanced, .container #advanced_menu_toggle, #advanced_menu_hide {
display: none !important;
}
I think this may have happened because of a dot in line 3215 of /themes/enfold/css/layout.css.
Regards,
Josue
Thank you