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

timmillwood’s picture

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

PipSqueak’s picture

hmm it doesn't work