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
Unless there is a setting in the Disqus settings add the following to Atahualpa CSS Inserts to add a margin to the right.
HTML Code:
.dsq-post-area {
margin-right: 20px;
}
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
#3
May 28, 2010, 10:38 PM
Jurgen Estanislao
76 posts · May 2010
Hi Larry,
I tried this code on both css inserts and disqus editor and didn't work.
Have any other ideas? Or did I do it wrong?
Thanks!
#4
May 29, 2010, 07:30 AM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
Try this.
HTML Code:
.dsq-post-area {
margin-right: 20px !important;
}
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
#5
May 30, 2010, 10:19 AM
Jurgen Estanislao
76 posts · May 2010
Hi Larry!
It works, but only for the post area. how about the thread?
Thanks!
Have no idea where you get the codes hehe
#6
May 30, 2010, 10:34 AM
Jurgen Estanislao
76 posts · May 2010
Oh thanks for everything Larry! I was able to figure it out!