Quote:
Originally Posted by GaryT
In touching up my site and getting it ready for the upcoming release date, I noticed two little things I would like to alter.....

|
Sure
- To add padding check out the stylevar
postbit_control_padding 
.
- To add some shadow edit template
additional.css and find:
Code:
/* ---------------------------New CSS Definitions------------------------------- */
Add this just above that
as shown:
Code:
.postbit, .postbitlegacy, .eventbit {
-moz-box-shadow: -3px 3px 3px {vb:stylevar shadow_color} !important;
-webkit-box-shadow: -3px 3px 3px {vb:stylevar shadow_color} !important;
box-shadow: -3px 3px 3px {vb:stylevar shadow_color} !important;
}
/* ---------------------------New CSS Definitions------------------------------- */
That should sort things and the stylevar I mentioned above ^ is finicky so try only adjusting the top value and enabling the tickbox for "Use the 'top' value for all sides" to Yes.