Redina
Redina WordPress theme is a 2 columns fixed width Magazine style WordPress template with built-in easy to use theme options page, featured categories, Adsense ready, Twitter feed and many more.

Version 1.0
- initial release
Tags: Adsense Ready, Custom Menu, Fixed Width, Free WordPress Themes, Red, Right Sidebar, Theme Options, Threaded Comments, Twitter Ready, Two Columns, White, Widget Ready, Wordpress Templates, WP Themes
Version and Changelog
Version 1.0
- initial release
Hello
i ve try to get redina theme but is just impossible i get this message le “dossier compressé n’est pas valide”
can you tell me please if the theme can be used
sorry for my english, i m french
best regards
sara
the downloads were corrupted, try re-download the theme, its fixed now
Hey Ronald very nice theme. How do I change theme background colour/pic and increase theme width.
hiya jayesh, to change the background color/image, add this to style.css
[css]body { background: #fff none !important; }[/css]
or
[css]body { background: #fff url(your-image-full-path) !important; } [/css]
to change the theme width edit #wrapper in style.css line 227
[css]#wrapper {
background-color: #FFFFFF;
border: 1px solid #D5D5D5;
height: auto;
margin: 1em auto;
padding: 0;
width: 1100px; /* edit this */
}[/css]
you may need to edit the width for #content and #sidebar also.