This is one of the simplest themes in WordPress’ with all possible features and clean interface. However, It’s a little bit ugly. For me, CSS customization is a must in order to use it.

I’ve been using Penscratch 2 on this site for the whole last week. Probably, you haven’t noticed that as I customize the same CSS on all themes I use. I’m back now to Twenty Twelve again – my best theme.
Here is the full CSS customization to generate the current design of my site:
The good:
- Simplicity.
- Cropping featured images.
- The navigation links.
- Flexible page width. Personally, I don’t like this. It required me extra CSS work to adjust it.
The bad:
- Cropping images is on for all pages. That’s, the featured images are cropped on home page and on post page. I wish it shows the full image (not the cropped one) on post page.
- No top or side ads. It could have better performance though.
- Transition effect needs more work.
- The author images are not displaying well. However, this can be solved by CSS as follow:
.comment-author img, .author-avatar {
-ms-transform: scale(0.87,0.87);
-webkit-transform: scale(0.87,0.87);
transform: scale(0.87,0.87);
}
Leave a Reply to Mohamad Al KarbiCancel reply