In boxed layout mode, is there a page wrapper of some sort where I can apply a box shadow to the page sides(right/left)? It seems like there are only page sections and not an entire page wrapper, unless there is another way to do this. Thanks in advance.
Hi Ismael. Thanks for your help, but it didn’t seem to do anything. I tried adding the following to my boxed layout in custom css file.
#wrap_all {
box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
Do you have any other suggestions? Thanks. :)