mukalaaa
Member
Posted 1 year ago #
hello guys,
I installed a theme that has 2 sidebars. one called right side bar and the other called left.
I noticed that my posts width on the front page are too narrow because of those 2 sidebars. So I tried and I removed the left sidebar but unfortunately now I have a blank space and I don't know how to make the width of the posts wider so I can use the blank space.
I need your help guys, please, I googled and I even searched here in the forum but I can't seem to find the answer.
this is my blog link
http://www.news4games.net please note that it is an international website.
dkristine
Member
Posted 1 year ago #
If you remove your left sidebar, you can change the width of your #index div to about 740px. This will give you the width you are looking for. The issue is, though, that the background of your theme uses images to give the illusion of equalized columns, so it won't look very good. You could try giving the #index div a solid color background. You would also need to give your #post .post-inner class the same background. Even then you are left with some weirdness on the righthand side due to the background image on the second sidebar.
In my humble opinion, I like the way your front page is laid out. It is unique and has that "gamer" feel to it.
Hope this helps :)
mukalaaa
Member
Posted 1 year ago #
Thanks for you help and I value your opinion but somehow I feel that half of my page is lost because of the 2 sidebars
you said I can change the #index div
Where can I find that?
dkristine
Member
Posted 1 year ago #
In your stylesheet.
You may want to find someone experienced with CSS and themeing to help you out, as it is easy to royally mess things up when you are in the code and you don't know what you are looking at :)