Viewing 1 replies (of 1 total)
  • the top: -999em; in this style in nav.css (/wp-content/themes/Doubtfire-Wordpress-Theme/css/nav.css) moves the menu off the page:

    .sf-menu ul {
    	position:		absolute;
    	top:			-999em;
    	width:			10em; /* left offset of submenus need to match (see below) */
    }

    removing that line would bring the menu into the header area; however, this looks totally different from the theme demo.
    it is not clear to me if this is intended. maybe there is some installation part missing, maybe jQuery or so.

    as this is a premium theme, it may be the best to contact the seller.

Viewing 1 replies (of 1 total)
  • The topic ‘Theme's top navigation not displaying’ is closed to new replies.