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 » Center area post/pages »

[SOLVED] Space between center widget areas


  #1  
Old May 6, 2013, 06:02 AM
Geco
 
7 posts · May 2013
Hi!
I started working on this site www.mtgeco.net .

I have a question, how do i get space between those center widget areas? May i asign each of those widget cells an individual padding/margin?

Kind Regards
  #2  
Old May 6, 2013, 09:54 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you need add the padding to 'td#mitte_1' 2 and 3 and then border to 'td#mitte_1 .widget' (2 and 3 also)
  #3  
Old May 8, 2013, 06:00 AM
Geco
 
7 posts · May 2013
Thank you! It worked.

i put into in this code under the field "Add html/css inserts":

#mitte_1 {
padding: 0 16px 0 0;
}

#mitte_2 {
padding: 0 8px 0 8px;
}

#mitte_3 {
padding: 0 0 0 16px;
}

td#mitte_1 .widget{
padding: 0 5px 5px 5px ;
border: ridge #000000 8px;
border-radius: 15px;
height: 185px ;
background: url(/wp-content/themes/atahualpa/images/xxx.png) repeat top left;
}
td#mitte_2 .widget{
padding: 0 5px 5px 5px ;
border: ridge #000000 8px;
border-radius: 15px;
height: 185px ;
background: url(/wp-content/themes/atahualpa/images/xxx.png) repeat top left;
}
td#mitte_3 .widget{
padding: 0 5px 5px 5px ;
border: ridge #000000 8px;
border-radius: 15px;
height: 185px ;
background: url(/wp-content/themes/atahualpa/images/xxx.png) repeat top left;
}

Cheers!

Last edited by Geco; May 8, 2013 at 06:04 AM.

Bookmarks

Tags
area, center, padding, space, widget

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unknown horizontal space between custom widget areas in header area swimflyfast2 Header configuration & styling 5 Mar 29, 2013 12:49 PM
template for two areas of content in center column? avantlit Center area post/pages 5 Nov 6, 2012 11:54 AM
[SOLVED] How to Add New Center Column Widget Areas in Atahualpa 3.7.3 New WordPress Fan Forum How-To 2 Dec 19, 2011 09:42 AM
center column widget areas rsconsult Sidebars & Widgets 9 Nov 16, 2011 01:50 PM
[SOLVED] How to REDUCE space above Logo/Header areas? Shepherd Jim Header configuration & styling 2 Nov 11, 2009 08:41 PM


All times are GMT -6. The time now is 01:39 AM.


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