Update
I discovered from much searching that the superfly menu does not inform if there is an update so I followed instructions to update (now have two versions on but the latest activated).
However
I cannot stop it showing the copyright on the bottom of the slide out menu even though it is not activated and nothing in the box in the menu setups.
The beginning of the list of menu items I have set using padding from the top BUT this does not work in Firefox as it puts the list OVER the logo in the slide out menu.
The css I have is underneath. I think I am nearly there but can you advise what I can do to
A. remove the copyright notice from the bottom of the slide out menu (its not activated in the menu settings!)
B show the menu correctly in firefox without it going over the logo in the slide out menu.
Many thanks.
@media(min-width: 969px) {
#sfm-sidebar .sfm-va-middle {
vertical-align: inherit;
padding-top: 50px;
}}
#sfm-sidebar .sfm-menu li a {
text-transform: none !important;
}
#sfm-sidebar .sfm-menu li > a span {
z-index:9999;
}