Wordpress Themes - WP Forum at BFA
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

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

Cell padding


  #1  
Old Dec 24, 2010, 12:42 PM
ohmwake
 
3 posts · Dec 2010
I am looking to create a space between the Menu items at the top and three widgets in the footer, any ideas?

http://mystart.vividmemory.net/

Thanks for the help.
  #2  
Old Dec 24, 2010, 02:08 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
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
HTML Code:
#rmenu2 li, #rss-3 {
margin-right: 10px !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.
  #3  
Old 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?

The code I used was:
Code:
#archives-3 {
border: solid 1px #000000;
margin: 0px 0px 15px 0px;
background: #782829;
}
  #4  
Old Dec 24, 2010, 06:10 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
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  
Old 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  
Old Dec 24, 2010, 08:23 PM
lmilesw's Avatar
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.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
table: change background color in one cell petevannuys Center area post/pages 1 Nov 14, 2010 08:32 PM
[SOLVED] Header padding different from layout padding? twomomsdesigns Header configuration & styling 1 Jun 3, 2010 08:59 AM
A cell that spans more than one cell/column? Sundrop Post-Kicker, -Byline & -Footer 4 Dec 22, 2009 12:51 PM
Background image & form in only 1 cell of a header extra widget cell? kippiper Header configuration & styling 8 Nov 22, 2009 06:58 AM
rounding off corners on cell boarders nickcee Atahualpa 3 Wordpress theme 2 Jun 12, 2009 05:29 AM


All times are GMT -6. The time now is 03:34 AM.


Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.