This morning WordPress.org approved a new Theme of mine that I am very excited about. It’s called “Responsive” Name itself will give you an idea what’s the Theme all about.

Responsive is in first stage of development/public release, please forgive me if there are some bugs. I’ve tested as much as I could across different browsers and OS as well. Unlike many others out there this particular Theme does not utilizes any CSS Framework for adoptive layout, everything you see was built around my Shell Grid System.
Check out the features and the demo as well http://themeid.com/responsive-theme or download Responsive Theme here.
And again, you managed to surprise me. Awesome theme Emil
The front page is just awesome.
Congratulations!
hehe thanks I appreciate that!
Doe’s it Support RTL?
I’m working on it, it will be in future releases. Even if one Theme doesn’t you can simply install a plugin, run it and have RTL in matter of minutes.
http://wordpress.org/extend/plugins/rtl-tester/
Cheers,
Emil
After seeing the demo, this theme is really responsive to its name, great
I will try it out. Thanks.
i have just use your theme,it is great.but the file style.css is obscure for me.i think i shoud devote to study it.
Hi,
Whatever assistance you need with Theme customizations I will gladly help you, please join our http://themeid.com/forum it doesn’t cost anything and there are also many answers in place as well.
Emil
Its an awesome theme thanks for that.. However I was unable to change my navigation background… Can you please tell me how to change that? I dont see any black images in theme folder.
Hi,
Please post your question on http://themeid.com/forum and as far as the menu, that’s CSS gradient, no images have been used.
/* =Primary Menu-------------------------------------------------------------- */
.menu {
background-color:#585858;
background-image:-webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
background-image:-webkit-linear-gradient(top, #585858, #3d3d3d);
background-image:-moz-linear-gradient(top, #585858, #3d3d3d);
background-image:-ms-linear-gradient(top, #585858, #3d3d3d);
background-image:-o-linear-gradient(top, #585858, #3d3d3d);
background-image:linear-gradient(top, #585858, #3d3d3d);
clear:both;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
margin:0 auto;
}
Emil