I have tried every conceivable option on the Style & configure LAYOUT menu. Right now those settings are:
padding: 20px; /*This effectively only affects top/bottom padding */I tried increasing the border setting to 100, but nothing changed. Altering the padding and/or color setting works, but the border and box shadow color don't. I don't want round corners, so I haven't messed with that.
background: #ffffff;
border: 0px;
box-shadow: 0 0 15px #dddddd;
-moz-box-shadow: 0 0 15px #999;
/* uncomment next block for round corners */
-moz-border-radius:0px;
-khtml-border-radius: 0px;
-webkit-border-radius:0px;
border: solid; 0 px; #cccccc;
border-radius: 0px;
The border color is controlled in the top Body Style setting field. Resetting color changes both text and border.
I want to set that border to 1 px; #dddddd rather than 4px; #000000.
Thanks in advance for any help you can give.