Posted by parkydrupal on December 6, 2012 at 6:19am
Hello, I am using Marinelli theme. and I would like to add 3 blocks at the "Topbar".
currently, those blocks are stacked block by block.
But I would like to display all blocks in a same line.
I am not sure how to divide 3 sections such as 33%,33%,33%.
Anyone????
Comments
Style sheet
Could you modify your theme's style sheet to add something like:
#topBarContainer .block {float: left;
width: 33%;
}
Ed
Thanks for your tip
I really appreciate!