- This topic has 1 reply, 2 voices, and was last updated 9 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › SKT Black/White Theme Support › How to move the menu to the top of the page?
Hi I would like to move the menu / header to the top of the page, instead of being below the slider, if possible it would be nice to do this via custom CSS so I do not need to edit the theme.
I did try to move the code within the header.php which did work but then the menu did not display on any of the pages, but would prefer to do it using custom CSS code please.
if you can help thanks.
Appearance>editor>open header.php file and cut the code from line no. 92 to 111
this is the code: <div class=”header”>
<div class=”header-inner”>
<div class=”logo”>
<a href=”<?php echo home_url(‘/’); ?>”>
<?php if( of_get_option( ‘logo’, true ) != ” ) { ; ?>
<img src=”<?php echo esc_url( of_get_option( ‘logo’, true )); ?>” / >
<?php } else { ?>
<h1><?php bloginfo(‘name’); ?></h1>
<?php } ?>
</a>
<p><?php bloginfo(‘description’); ?></p>
</div><!– logo –>
<div class=”toggle”>
<a class=”toggleMenu” href=”#”><?php _e(‘Menu’,’skt-white’); ?></a>
</div><!– toggle –>
<div class=”nav”>
<?php wp_nav_menu( array(‘theme_location’ => ‘primary’) ); ?>
</div><!– nav –><div class=”clear”></div>
</div><!– header-inner –>
</div><!– header –>
and put this code below the body tag (after line no. 26).<body>
Regards,
Shri
Webflow to WordPress WordPress has been in-demand content management for quite a few years now. It works like a saviour for millions of websites and […]
Are you looking for the best easiest WordPress themes and templates? If yes, you have landed on the right page. This post talks about the […]
Metro WooCommerce WordPress Themes Metro WooCommerce WordPress Themes deliver metro style uber look and feel. These metro WooCommerce WordPress themes reflect the most current design […]