Themesphere Support Forum » Support » Spotlight

Optimize for Social Media formatting

(2 posts)
  1. saquillano
    Member

    I have already removed the excerpt from the social media block.

    Is it possible to list Digg it, Save to Delicious, Stumble it, Share horizontally rather than vertically?

    Since I'm not including the excerpt in my implementation of this feature, I would like these "social site" links to be as thin and unobtrusive as possible.

    Thanks.

    Posted 1 year ago #
  2. Edit the spotlight stylesheet style.css (wp-content/themes/spotlight/style.css).

    First, Add this to the stylesheet:

    #content #col-1 .post .social-media ul li {
      float: left;
      margin-right: 5px;
    }

    Then, replace this:

    #content #col-1 .post .social-media ul {
      display: inline;
      float: right
      list-style-type: none;
      padding: 0;
    }

    with this:

    #content #col-1 .post .social-media ul {
      display: inline;
      float: left;
      list-style-type: none;
      padding: 0;
    }
    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.