Closed (fixed)
Project:
BlueMasters
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Aug 2011 at 16:47 UTC
Updated:
11 Nov 2011 at 16:28 UTC
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:
AFTER:
Comments
Comment #1
myregistration commentedAnd 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.
Comment #2
wavesailor commentedThanks - That worked perfectly