By metalforever on
When removing the left sidebar, im left with this big open space. How to i go about removing that? -what im trying to say is, i want to take whats in the content area and expand it to cover where the left sidebar is supposed to be at.
http://img408.imageshack.us/img408/7292/snapshot4qi1.jpg
how do i remove that^
Comments
http://img234.imageshack.us/i
http://img234.imageshack.us/img234/7713/snapshot4ea2.jpg
A picture indicating what i wish to get rid of.
It depends on the theme used
For some theme simply removing the sidebar div is enough. For others the content has a left margin that must be descreased
Im still having a hard time
Im still having a hard time trying to get rid of these margins, everything from the left sidebar is totally gone(in the css), i tried editing the content's width, floating it to the left, messing with the margins to no avail.
Are there any other things that could possibly help me out? Im using the "base" theme, but only to apply my own layout. Perhaps there is a module available that could provide help?
Using the original theme
This is based on the original theme, you may need to adjust for any changes you have made. In page.tpl.php replace
with
Which will add a class to mainContent based on which sidebars are not present (no-left, no-right, or no-sidebars)
Then in style.css, after
add
THANK YOU.
THANK YOU.