Boxed Website - Sheet / Page Drop Shadow

eleanor
374 Posts
eleanor posted this 04 July 2016

Hiya

How do I create a drop shadow around the edge of my boxed site?

Thank you

Hiya How do I create a drop shadow around the edge of my boxed site? Thank you
Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 05 July 2016

Hi,

There is no option to add a shadow around the whole site content, you can add the shadow for the separate items like Header, Content and Sidebars and Footer.

Sincerely,
Hella

Hi, There is no option to add a shadow around the whole site content, you can add the shadow for the separate items like Header, Content and Sidebars and Footer. Sincerely, Hella
eleanor
374 Posts
eleanor posted this 05 July 2016

Thank you

Thank you
Support Team
Support Team posted this 05 July 2016

You are welcome. Feel free to contact us in any other occasion.

Sincerely,
Hella

You are welcome. Feel free to contact us in any other occasion. Sincerely, Hella
Malinka
59 Posts
Malinka posted this 19 October 2016

Hi

You can use this css to add box-shadow around whole site content:

.bd-pagebackground {
border-width: 0;
box-shadow: 1px 1px 10px 5px rgba(192, 192, 192, 0.53);
margin: 0 auto;
max-width: 700px;
}

Best Regards
Malinka

Hi You can use this css to add box-shadow around whole site content: .bd-pagebackground { border-width: 0; box-shadow: 1px 1px 10px 5px rgba(192, 192, 192, 0.53); margin: 0 auto; max-width: 700px; } Best Regards Malinka
You must log in or register to leave comments