dropdown menu set up
-
hello could someone look at this and tell me how or what i need to change to create the space i need for this drop down header
heres the url so you can see where im going wrong
https://www.normandyrenovations.comthis is the header code ive got an idea where im going wrong but im new too all this coding stuff so any help would be great soory to be dumb
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><?php wp_head(); ?>
</head>
<body>
<div id=”page”><div id=”header”>
<div id=”headerimg”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
</div>
<div id=”primary_menu”>
<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
<ul class=”menu”>
<?php if (‘page’ != get_option(‘show_on_front’)) { ?>
<li class=”<?php if ( is_home() or is_archive() or is_single() or is_paged() or is_search() or (function_exists(‘is_tag’) and is_tag()) ) { ?>current_page_item<?php } else { ?>page_item<?php } ?>”>/” >Blog
<?php } ?>
<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
<?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’); ?>
<?php //wp_register(‘<li class=”admintab”>’,”); ?></div>
<hr />
- The topic ‘dropdown menu set up’ is closed to new replies.