Viewing 3 replies - 1 through 3 (of 3 total)
  • I am having the same issue. I am using WordPress 4.0 with Iribbon responsive theme at http://nakedmancomics.com

    I changed one function to true instead of false

    /**
    	 * @var bool If true, use FontAwesome 4.0+, which drops IE7, but adds Vimeo
    	 */
    	var $use_latest = true;
    
    	/**

    But now the icon is miss aligned.

    I ended up adding this to the css in a theme options of the theme

    .fa {    line-height: .75;
    }

    If it’s a cyber chimps theme its in the option menu on top.

    The menu is a little higher but by 1/18 of an inch. I can live with it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twitter icon has a "Y" character next to it’ is closed to new replies.