Forums
(@maneetpuri)
12 years, 4 months ago
add this code and your menu will be centered. ul.nav { float:left; padding: 20px 0 0 4px; margin-left:280px }
Hope this helps!
hmm..What I guess by looking at the CSS of your page is that you may have declared the ‘Home’ page as the parent and the ‘Feng Shui Friday Blog’ page as the child, which is why the latter is inheriting the former.
You can add a css class to the image and define that class inline in loop.php.
<img class=”tim” src=”website-url/wp-content/uploads/2012/08/driveway.jpg” alt=”” />
<style type=”text/css”> .tim { width:50px;height:50px;} </style>