Side by side

Permalink
I need two blocks to appear side by side in a global area since I can't add layouts to global areas. For example, I need the social links to say "Follow Us" before displaying the social links box all on one line.
Any help is much appreciated.

 
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
Add styles to each, or use css classes from your theme that do the equivalent.
Make one float:left; the other float:right;
To prevent them floating over subsequent parts of your page, you may need to follow them with an html block containing an empty div with the style clear:both; , or another method of clearfix.
10317976 replied on at Permalink Reply
Perfect. Thank you. I had to fish around to find the right custom css. I sure do miss just being able to add css to a block...why did they take that away? Thanks again!