If you use the code for social links from http://wiki.morethanthemes.com/index.php?title=Blue_Masters_7.x you'll notice the icons appear vertical rather than horizontal as they do in the demo site.

This issue was closed in a previous thread, however, there is an error in the method in which the problem was corrected. Several people suggested switching to php instead of html. This is incorrect. I figured out a better way: just remove the spaces between each line of code (they are listed down, remove the spaces so they look like one drawn-out sentence instead of a neat list of lines (can you tell I'm a novice?).

BEFORE:

Only local images are allowed.
Only local images are allowed.
Only local images are allowed.
Only local images are allowed.
Only local images are allowed.
Only local images are allowed.

AFTER:

Only local images are allowed.Only local images are allowed.Only local images are allowed.Only local images are allowed.Only local images are allowed.Only local images are allowed.

Comments

myregistration’s picture

And just to clarify, this happens if you use Full HTML or Filtered HTML option because it auto replaces newline with html break line. If you don't break the anchors into separate lines the break tag won't occur. Perhaps that is why someone recommeded using PHP Filter, because it doesn't auto replace the newlines with break tags.

wavesailor’s picture

Status: Active » Closed (fixed)

Thanks - That worked perfectly