Why do share buttons appear in vertical column?

  • Unknown's avatar

    Share buttons display in vertical column, not rows. Looks quite odd. It appears this way on both my PC and ipad. It’s a recent change.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I see you have some Custom CSS on your site. You’ll need to remove the ‘display: list-item;’ line from this part of the code:

    .entry ul li,#comments ul li {
    	background: transparent no-repeat scroll 0 .3em;
            display: list-item;
    	list-style-position: inside;
    	list-style-type: square;
    	background-position: 0 0;
    	padding-left: 1em;
    	text-indent: 0;
    }
  • The topic ‘Why do share buttons appear in vertical column?’ is closed to new replies.