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.
Any help is much appreciated.
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.