By PipSqueak on
Hello I am using the baron theme
How do I have the blocks side by side if put in the "content bottom" region?
Also, when there is nothing shown on the sidebar, the content refuses to centerize itself. How do I fix this?
Hello I am using the baron theme
How do I have the blocks side by side if put in the "content bottom" region?
Also, when there is nothing shown on the sidebar, the content refuses to centerize itself. How do I fix this?
Comments
To get side by side blocks
To get side by side blocks you will have to edit / override the CSS on the theme and add something like.
.block {
float:left;
}
----------------------------------------------------------------
Millwood Online http://www.millwoodonline.co.uk
Blog to it http://blog.to.it
Spun Designs http://www.spundesigns.net
IB Community Theme http://communitytheme.ibo.org
hmm it doesn't work
hmm it doesn't work