bumbly08 0 Report post Posted February 11, 2011 Hi I would like to know what would be easiest way to increase iBlogPro 4 theme width? Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 11, 2011 the global width? Start with some CSS to change the wrapper: ` #wrapper { width: 1002px; } ` Other components will have to change as well Share this post Link to post Share on other sites
bumbly08 0 Report post Posted February 12, 2011 Hi Cmunns Thanks for help. I managed it but only problem now what I have is to change the size of navigation background. I'm using black navigation background. I have searched in theme.css file any place where is used "nav-bg-black.png" but I don't find any file where I can modify it. I need to change its width as well. How can I change it? Share this post Link to post Share on other sites
bumbly08 0 Report post Posted February 12, 2011 Hi I found the way to do it. So I fixed it. Share this post Link to post Share on other sites