Sidebar Revamp

July 21, 2006 · 13 comments

After exchanging a few design words with Mike Rundle, jet-setter and 9rules designer extraordinaire, I’ve spent most of the evening tweaking my sidebar. Since the recent realignment, I had always felt uneasy about the composure and structure of the sidebar area. Mike assured me that text-align:right; was not working. In addition to aligning text to the left, I split up the main menu into 2 columns and created a graphic from a picture (currently, the same one on my about page).

If you want to put any list on your site into columns, take a look at the basic CSS below.

[code lang="CSS"].your-div li {
float: left;
width: 50%;
}
.your-div ul {
height: auto;
overflow: auto;
width: 210px; /*in this case each column will be 210px * the width above (50%) = 105px*/
}[/code]

The height and overflow attributes for the unordered list are rather important and ensure that everything clears properly, as each list item is a floated element. Without these, things below your columns would try to sneak up and overlap.

PaulStamatiou.com runs on the Thesis Theme for WordPress

How smart is your Theme?  How good is your support? Check out ThesisTheme for WordPress.

Thesis is the search engine optimized WordPress theme of choice for serious online publishers. If you’re a blogger who doesn’t understand a lot of PHP, Thesis will give a ton of functionality without having to alter any code. For the advanced, Thesis has incredible customization possibilities via Thesis hooks.

With so many design options, you can use the template over and over and never have it look like the same site. The theme is robust and flexible enough not only to accommodate a site like PaulStamatiou.com, but also to enable the site to run far more efficiently than it ever has before.

SEO Copywriting Made Simple
I used the Scribe WordPress plugin and service to optimize this blog post for SEO.

{ 13 comments… read them below or add one }

1 Glenn Wolsey July 21, 2006 at 4:41 am

I like the new look logo :)

Reply

2 luxuryluke July 21, 2006 at 4:44 am

I rather like the 2column idea, and seems quite innovative until all the agents support CSS3. When carefully used, columns will be very helpful.
Thanks for sharing the code!

Reply

3 nogg3r5 July 21, 2006 at 4:53 am

I’m not so sure about the search box, I would either make the text stand out a bit more, or stick with the white background. Its kinda hard to see. I only noticed it because Glenn mentioned the logo

Reply

4 Scott July 21, 2006 at 6:06 am

The search box seems rather difficult to locate. Like all the modifications to the sidebar except that one, as it is not intuitive at all.

Reply

5 Blake Brannon July 21, 2006 at 8:02 am

Maybe if you just put some text, like “Search”, into the box it would be easier to see.

Reply

6 Kyle July 21, 2006 at 8:35 am

I agree wholeheartedly with Scott.

Reply

7 eric July 21, 2006 at 8:47 am

it seems everyone has the same thoughts on the search thing

Reply

8 Ryan Williams July 21, 2006 at 8:50 am

Yeah, it’s very difficult to make out the text while it’s overlapping that photo. Otherwise it’s solid. x)

Reply

9 cavemonkey50 July 21, 2006 at 9:59 am

For the search box, I would have a semi-transparent white background in the box until someone types in that. That should give it just enough to make it stand out a little more.

Reply

10 Paul Stamatiou July 21, 2006 at 10:33 am

yeah i was just playing around with search box backgrounds. Firefox is cool with them, but safari is not. So I had to pick a color they both can show but when the text area is focused have the colors change.

Reply

11 John T P July 21, 2006 at 11:27 am

I liked the older design more. Seeing this latest design, I was confused and thought I had disabled images on my browser.

Anyways, your site loads a lot faster now :-)

Reply

12 Pierre Lourens July 21, 2006 at 3:15 pm

Despite everyone’s issues with the logo, the site redesign is good and more accessible. It is eaasier to get straight to the content, which is, of course, most important. Bravo.

Reply

13 Montoya July 22, 2006 at 4:02 am

Oh, so you listen to Mike but not me? Understood :)

Reply

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post:

Next post: