Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Space between center widget areas (http://forum.bytesforall.com/showthread.php?t=20263)

Geco May 6, 2013 06:02 AM

[SOLVED] Space between center widget areas
 
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

juggledad May 6, 2013 09:54 AM

you need add the padding to 'td#mitte_1' 2 and 3 and then border to 'td#mitte_1 .widget' (2 and 3 also)

Geco May 8, 2013 06:00 AM

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!


All times are GMT -6. The time now is 05:14 PM.

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