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
I looked for the selectors of the elements you wanted to have spaces between and added right margins as follows. You would put this code in ATO>Add HTML/CSS Inserts>CSS Inserts
__________________ ~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
Dec 24, 2010, 03:04 PM
ohmwake
3 posts · Dec 2010
Thank you so much! That worked great.
Now I am running into the problem that I wish to style the widget on the right (archives) differently. I have tried to insert code into ATO>Add HTML/CSS Inserts>CSS Inserts but so far its not working. Is it not possible to style the standard widget areas independently?
What isn't working? It appears the code is working now.
__________________ ~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
Dec 24, 2010, 07:46 PM
ohmwake
3 posts · Dec 2010
Actually it isn't, I am trying to remove the shadow that is currently showing under this widget.
I've changed the code to this
Code:
#archives-3 {
background: #000;
}
to make a more dramatic change and it is not showing. Perplexing.
#6
Dec 24, 2010, 08:23 PM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
Try adding the following to your code to remove the shadow.
-moz-box-shadow: none;
__________________ ~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.