I would like the tagline to appear on the same line as the icons so they make 1 horizonal line but the tagline appears to have a line break.
any idea how to remove it?
I would like the tagline to appear on the same line as the icons so they make 1 horizonal line but the tagline appears to have a line break.
any idea how to remove it?
Just add
div.sociable_tagline { float: left; }
to the CSS.
This topic has been closed to new replies.