If you take a peek at my site, 'omareduardo.com' you'll notice that at the bottom of the blog posts it has the service links to sites such as digg, reddit, furl, etc. These are supposed to be horizontally, but for some reason they are vertical and it really makes it look bad.

Anything I can do?

-Omar

Comments

derjochenmeyer’s picture

Status: Active » Closed (won't fix)

this is not really a bug of this theme. You could write a bug report for the service links module to style the service links explicitly. To fix it here add the following to your style.css

.service-links .links li {
float:left;
margin-right:5px;
}

it should work...

omareduardo’s picture

Thanks, that works.