Agneka Simple — WordPress Theme
Posted on November 3rd • Under: Design Suggetions
I have created a very simple and clean WordPress theme which uses only one base colour (which you can set), no images, fluid layout and doesn’t require any plugins.
It was built to illustrate the power of Konstruktors CSS snippets for creating grid based layouts. View screenshots and read more about Agneka Simple.
7 Responses
Deuts, the problem seems to be with the CSS styling of #footer in style.css under theme’s files.
Currently it reads: #footer { float:right; width:99.9%; clear:both; color:#666; font-size:0.88em; line-height:1.4em; margin:3em 0 1em; padding:1em 0 3em; }
Could you try and change it to: #footer { float:left; width:100%; clear:both; color:#666; font-size:0.88em; line-height:1.4em; margin:3em 0 1em; padding:1em 0 3em; }
Let me know if that solves the problem.
Hi, it worked. Thanks. This surely is a great theme.
Can i use it, with Google-Adsens?
Sure, Manuel, you can use it with Google AdSense.
Hi. I just wanted to let you know I’ve added Agneka Simple to http://www.bestwpthemes.com, our list of the coolest Wordpress themes on the planet. Good work! Look forward to seeing your other themes.
Matt, thank you for adding the theme!


there still seems to be a problem in version 0.4 when it comes to IE7, which the footer goes to the upper right. You could see the working example using IE7 in http://obeertym.deuts.net/
Thanks!