Renew Boxed Layout Shadow

Hello - I am using the Renew Stack in a boxed layout. I have set my background color to #FFFFFF. But, I would like to put a shadow around the both the left and right edges, from the header all the way to the footer, of the boxed layout to give the content some separation from the background. I have played around with this for several hours and haven’t been able to figure it out. Any help offered would be appreciated! Thanks.

HI @jpendergrass,

I tried to check your website but you have many websites added into licenses page and most of them are under construction.

Would you please get back to us with the information of the URL and the way that we can see the live website to be able to help about this?

I suggest that you add the CSS code below to Pro > Theme Options > CSS:

.x-root .site {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5)
}

From what I understand it should work but we will have a better understanding if we see the website live.

I also suggest that you read this article to know details about the CSS code that I give.

Thank you.

This worked perfectly! Thanks!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.