I am really impressed with Atahualpa, ever since I discovered I could tweak the css styles to mimick my main website. However I am flummoxed by margins.
Having added drop shadows around the sidebars and centre column I have a problem. There is no space between the side bars and centre column so the shadows are covered up by the adjacent column. I have searched the forum and can't find anything similar being discussed.
I have tried adding margins into the "Centre column style" and "Sidebar Style"s but it is not creating a space between them.
This is the site www.excitant.co.uk/blog
Here is the CSS I added to the centre column (The margin-right seems to have no effect)
margin-right:30px;
margin-bottom:10px;
padding: 10px 10px 10px 10px;
background: #ffffff;
border-radius: 15px;
-moz-border-radius: 15px;
-moz-box-shadow: 7px 7px 3px #888;
-webkit-box-shadow: 7px 7px 3px #888;
box-shadow: 7px 7px 3px #888;
border-style:solid;
border-width: 0px;
border-color:#00C
and for the side bars (again the margins make no difference)
padding: 10px 10px 10px 10px;
background: #ffffff;
border-radius: 15px;
-moz-border-radius: 15px;
-moz-box-shadow: 7px 7px 3px #888;
-webkit-box-shadow: 7px 7px 3px #888;
box-shadow: 7px 7px 3px #888;
margin-right:10px;
margin-bottom:10px;
border-style:solid;
border-width: 0px;
border-color:#00C
Any ideas would be appreciated.
Thanks