Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] How to create spacing between page menu bar, side bar, and footer? (http://forum.bytesforall.com/showthread.php?t=4636)

ssoszka Nov 27, 2009 07:24 PM

[SOLVED] How to create spacing between page menu bar, side bar, and footer?
 
I've finally been able to create rounded sections for the side bar and footer, but it would look a lot better with some padding between them. How does one do this?

Thanks,
Shawn

juggledad Nov 28, 2009 04:04 AM

use the CSS option 'padding' in the styling of the sidebars

ssoszka Nov 28, 2009 10:04 PM

Ok. could you give me an example? I assume that I would place the coding in HMTL/CSS Insert area? Or is there padding command I should use somewhere else?

Thanks for your help!

-Shawn

juggledad Nov 29, 2009 04:44 AM

If you are looking for an effect like this: http://callofthemuse.com
at ATO->Style & configure SIDEBARS->RIGHT sidebar style you would put
HTML Code:

border-left: dashed 0px #CCCCCC;
padding: 10px 10px 10px 10px;
background: #;

this gets rid of the border, puts a 10px padding on each side of the sidebar and makes the background of the sidebar transparent so the page background shows thru. On the example page, the widget containers are also styled with
HTML Code:

margin: 0 0 15px 0;
border: solid 2px #000000;
padding: 0 5px 10px 5px;
background: #DED3BE;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;


ssoszka Nov 29, 2009 10:39 AM

Thanks, it seems like the "margin" command helped with my formatting goals the most.


All times are GMT -6. The time now is 04:26 AM.

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