-
geekChamp
ParticipantHi guys,
So, on reviewing my website:
http://www.hemangshah.com – a technology blog, most of the feedback I got is to move the navigation bar on top of the page.Also, how can I create an image on top of the page? Like a header image?
Any feedback would be welcome
Cheersvirusx
ParticipantYou can try to move this code:
[code]<nav id=”access” role=”navigation”>
<?php wp_nav_menu( array(‘theme_location’ => ‘primary_nav’,’container_id’ => ‘primary-nav’, ‘container_class’ => ‘nav’, ‘fallback_cb’ => ‘minimatica_nav_menu’ ) ); ?>
</nav><!– #access –>[/code]from “footer.php” to (for exemple) somewhere in your “header.php”…
Cheers π
ps: delete all “\” written by the forum
Tagged: design, header, header graphic, header image, make menu, minimalistic, minimatica, navigation
You must be logged in to reply to this topic.