There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
If I use the sociable css they are all jammed up on the left; if I turn that option off they get spread out over the entire line. Is this the result of some other css changes I've made?
#2
Jun 26, 2009, 04:44 PM
Flynn
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by dsegel
Is this the result of some other css changes I've made?
Yes, you have a left margin on all LI's in posts:
.post ul li {
margin-left: 3em;
}
Add a CSS Insert
span.sociable ul li {
margin-left: 0 !important;
}