Closed (won't fix)
Project:
Four Seasons
Version:
5.x-1.5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2008 at 02:49 UTC
Updated:
14 Feb 2008 at 15:18 UTC
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
Comment #1
derjochenmeyer commentedthis 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...
Comment #2
omareduardo commentedThanks, that works.