• You can visit my website at https://www.immohendrickx.com

    as you can see the Menu is on the left top of the header, the problem is: it’s on the wrong side and it’s vertical, not horizontal as it should be.
    I want Menu to be in Bold style and horizontal on the right bottom side of the header.

    I can’t figure out what to change here, can someone help me?
    This is my header.php file

    <!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 wp_title(' ? ',true,'right'); ?><?php bloginfo('name'); ?></title>
    
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="<?php echo ts_get_option('ts_rss'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <?php wp_head(); ?>
    
    </head>
    
    <body <?php body_class(); ?>>
    
    <div id="main">
    
    	<div id="header">
    
    		<?php if(get_bloginfo('description')) : ?>
    		<h1 id="site-description"><?php bloginfo('description'); ?></h1>
    		<?php endif; ?>
    
    		<div id="menu">
    
    			<ul class="sf-menu">
    				<?php if(!ts_get_option('ts_ex_home')) : ?>
    				<li<?php if(is_front_page()) echo ' class="current"'; ?>><a>" title="<?php _e('Home','decondo'); ?>"><?php _e('Home','decondo'); ?></a>
    				<?php endif; ?>
    				<?php if(is_single()) : $category = get_the_category(); $current_cat = $category[0]->cat_ID; else : $current_cat = ''; endif;
    				$ex_cats = ts_get_option('ts_ex_cats'); wp_list_categories('title_li=&current_category='.$current_cat.'&exclude='.$ex_cats.'&orderby=ID'); ?>
    				<?php $ex_pages = ts_get_option('ts_ex_pages'); wp_list_pages('title_li=&sort_column=menu_order&exclude='.$ex_pages); ?>
    
    		</div>
    
    		<div id="logo">
    			<a>">
    				<img src="<?php echo ts_get_option('ts_logo'); ?>" alt="<?php bloginfo('name'); ?>" />
    			</a>
    		</div>
    
    		<div class="bar"></div>
    
    		<div id="top-panel">
    			<span id="login"><?php wp_loginout(); ?></span>
    			<span id="rss"><a>"><?php _e('Subscribe to RSS','decasa'); ?></a></span>
    		</div>
    
    	</div><!-- end header -->
    
    	<?php include( TEMPLATEPATH . '/lib/inc/subheader.php'); ?>
    
    	<?php include( TEMPLATEPATH . '/lib/inc/panel.php'); ?>
    
    	<?php if(!is_page_template('page-full.php')) : ?><div id="content"><?php endif; ?>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mrpauly

    (@mrpauly)

    What part should I change here to place the header on the right bottom side of the header (horizontal) ?

    I would really appreciate it if someone could help me out here, alot!

    please contact the seller of your commercial theme for support with your question –

    as the theme demo shows the menu in the position you want, it might help to re-upload a fresh copy of the theme.

    this WordPress forum does not support commercial themes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need to change location for Menu Header’ is closed to new replies.