I would like to edit the header so there is a Wordpress search bar horizontally parallel to the Spry menu.
Additionally, I would like to know how to fix the sidebar blog feed so that it lists the full post text, but also offers an option to read many posts, not just the "Continue reading..." on one.
Also, is there a way to make Wordpress display thumbnail images inside each post of the blog feed?
Lastly, I was wondering how I might fix the left side of the main content container so it is flush with the header container.
header-wrap { position: relative; /* constrains the absolutely positioned search-bar div */ overflow: auto; /* clears the floated search-bar div */ } search-bar { float: right; position: absolute; top: 50px; /* Obviously mess with this until it looks like it is aligned properly */ }
<div id="header-wrap"> <div id="logo"> <a href="../index.php"> <img src="http://www.onedollaronebrick.com/wp-content/themes/One Dollar, One Brick by Adam Smith/images/One_Dollar_One_Brick.png" height="135px" width="135px"></a> </div> <div id="splash"> <font size="15px">One Dollar, One Brick</font><br> <br> </div> <!-- #branding -->
http://www.onedollaronebrick.org
I would like to edit the header so there is a Wordpress search bar horizontally parallel to the Spry menu.
Additionally, I would like to know how to fix the sidebar blog feed so that it lists the full post text, but also offers an option to read many posts, not just the "Continue reading..." on one.
Also, is there a way to make Wordpress display thumbnail images inside each post of the blog feed?
Lastly, I was wondering how I might fix the left side of the main content container so it is flush with the header container.
Style Sheet: http://www.onedollaronebrick.org/style.css
Thanks!
Adam
Also, it is bad practice to leave spaces in image file names! dashes are the best separator.