Wordpress: Inove Theme left sidebar

Wordpress is a great content management software not only for blogging but for general purpose as well. Inove this is one of the top theme for wordpress created by mg12, his website is http://www.neoease.com/. Inove theme is a white, light, two-columns, fixed-width, theme-options, right-sidebar theme.

But if you want to change the inove theme from roght-sidebar to left-sidebar, here is my modification. Open the file style.css under inove theme directory. Apporximately go to line number 350 and search for

/* main START */
#main {
background:#FFF url(img/main_shadow.gif) top repeat-x;
width:1070px;
padding:13px 15px 15px;
float:left;

change float value to right.

Apporximately go to line number 550 and search for

/* sidebar START */
#sidebar {
background:#F7F7F7 url(img/sidebar_shadow.gif) top repeat-x;
width:300px;
float:Right;

now change float value to left.

Thats it for now, more hacks will be available soon

Tags: ,

2 Responses to “Wordpress: Inove Theme left sidebar”

  1. its01 says:

    i was look for this :)
    thanks man

  2. vogelpesto says:

    Nice one, just what I wanted to know! Only thing missing is the replacing of the separator image (sidesep.gif). Maybe you want to add that too just to complete your tutorial (and help n00b theme hackers like).

Leave a Reply


CC License
This work by Mallikarjun is licensed under a Creative Commons Attribution 2.5 India.