Hi there! Firstly – love the theme and it’s working really well. I have been trying to find out how to add boxes around all elements.
Here is an example of what I am trying to achieve (not my site):
The main body, header and sidebars all have boxes and shadows and I wondered if there was an easy way to achieve this??
Many thanks :)
Anyone?
Hi zippyants,
We apologize for the delayed response.
Can you give us a link to your site? it would be better if your site is using a boxed layout.
It’s possible using some css code, specifically box-shadow.
Best regards,
Nikko
Hi zippyants,
I see you’re using this value:
box-shadow: 0 0 10px 0 #000000;
try using this instead:
box-shadow: 0 0 10px rgba(1,1,1,0.26);
Hope this helps.
Best regards,
Nikko