This is service post n°1.

I'm putting this as a placeholder to remember the modifications I made today on this blog.

  1. I removed my email address from the about page and added a contact page on it's place: the reason for that is that spammers became cuter!
  2. I replaced the social bookmarks plugin with the new and less obtrusive "Addthis" button: even if I'm intentionally sponsoring a brand, to me it seems more fun and BTW it's free!

To make my contact page consistent with the template layout I added the following css code to the template's css:

/* modifiche contact form */

#wpcf label { clear: both; display: block; float: left; width: 150px; }
#wpcf input { float: left; width: 200px; padding: 1px; margin: 2px 5px 2px 0; }
#wpcf textarea { width: 350px; height: 100px; padding: 1px; margin: 0 5px 10px 0; }
#wpcf #contactsubmit { margin-left: 250px; width: 100px; }

That's it for now.

Rate this post