Wordpress: Full width Inove theme

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 fixed width to any width say full screen, here is my modification. Open the file style.css under inove theme directory. Apporximately go to line number 150 and search for

/* layout START */

#container {
margin:0 auto;
width:965px;
}

change the width to your wish say 1400 is almost full width.

So you have increased the width but width of the page is small (you can visualize it). Now change the width of the page. Apporximately go to line number 350 and search for

/* main START */
#main {
background:#FFF url(img/main_shadow.gif) top repeat-x;
width:750px;

now change the width accordingly, say 1070 for 1400 full width. Next you can increase the width of the header and footer jpg images under /img folder using some photo editing tools like Gimp, Photoshop.

Thats for now, more hacks will be available soon

Tags: ,

Leave a Reply


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