heeem.. gitu..
masuk ke file header.php mas terus kode menu
<ul id="NaviBar">
<li><a <?php if (is_page('home')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/">Home</a></li>
<?php
if(get_option('Eximius_navbar') == 'categories') {
wp_list_categories('title_li=0&orderby=name&show_count=0&depth=1');
} else {
wp_list_pages('title_li=0&sort_column=menu_order&depth=1');
}
?>
<?php if(get_option('Eximius_search')=='yes') { ?>
<form method="get" id="search" action="<?php bloginfo('home'); ?>/">
<div><input type="text" value="Search" name="s" id="searchbox" onFocus="if (this.value == 'Search') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'Search';}" />
<input type="image" src="<?php bloginfo('template_directory'); ?>/images/go.png" align="top" alt="Search" class="go" value="Search" />
</div>
</form>
<?php } ?>
</ul>
kamu pindah mas di atas <div id="header">
..
abis itu sedikit edit cssnya..
di #NaviBar tambahin position:fixed; top: 0;
dan di #header margin-top di ubah jadi 30px
gitu mas.. silahkan coba semoga berhasil.. ^_^
saya kurang begitu tau mas kalo pluginnya.. tapi kalo mau edit2 cssnya sih bisa ditambahnin position:fixed;
pada tag css menunya biar menu nggak geser2..