Question:

Need help customizing WP theme- FaceModel 1.0

by  |  earlier

0 LIKES UnLike

I'm customizing this theme and I was able to move the nav. to above the header image, but I'm having trouble getting it to the right side of the page.

<body <?php if(is_home()){echo 'id="home"';}?>>

<div id="wrap" class="clearfix">

<div id="nav" class="clearfix">

<ul>

<li><a href="<?php echo get_settings('home'); ?>/">Home</a></li>

<?php wp_list_pages('depth=1&title_li='); ?>

</ul>

</div>

<div id="header">

<h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>

<p class="description"><?php bloginfo('description'); ?></p>

</div>

thanks so much for any help!

http://www.wpthemesfree.com/view.php?theme_id=3037

 Tags:

   Report

2 ANSWERS


  1. Go into the &quot;style.css&quot; file and locate the tag &quot;#nav ul li&quot; (I believe it starts on line #234).Change the alignment definition on line #235 to &quot;float: right;&quot;.

    If that doesn&#039;t change the alignment, add a line to the file. Add a new line as the first definition under the tag &quot;#nav&quot;, insert  the line &quot;float: right;&quot;.


  2. As a first step I would place this in your css file

    div.header float:right;

    That should help. A good resource for tricking out your word press template is a web site called css-tricks.com

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions