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
When writing text, the editor allways ads some white after a paragraph. But I'd just like to keep the spacing the same as between all the lines. Where can I adjust this?
#2
May 7, 2009, 01:35 AM
Flynn
3,768 posts · Oct 2008
Munich, Germany
Add at HTML/CSS Inserts -> CSS Inserts
HTML Code:
.post p {
margin-top: 0 !important;
margin-bottom: 0 !important;
}