Hi guys
I want to remove the left_sidebar and expand text to the right one.
I figured out how to remove the left_sidebar, but the text keeps staying. Look at this screenshot to understand better : http://img137.imageshack.us/img137/2922/elements.png
I know i have to "play" with width somewhere, but i don't have a clue, php nab here :D
Thanks for helping :)
no php involved, you need to adapt the css for the content column; probably in style.css of your theme.
in image is of not much use to get you further help (unless someone recognizes the theme);
could you post a link to your site?
also, do you want to change this for one template/page only, or for the whole site?
I want to change it for the whole site.
The theme is elements of seo : http://wordpress.org/extend/themes/elements-of-seo
I found a width in css (for the body : 960 px), i modified it to 1200 (after deleting this sidebar) but still no luck :)
Also as an alternative, i'm thinking that instead of deleting the left sidebar and stretching the text.. if i delete the right_sidebar the text should auto-stretch ? (tried it but it didn't work)