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)? I saw this on the forum but it didn’t work?
boxed#top {
box-shadow: 100px 100px 50px black;
}
Hey carlamurray!
Please refer to my post here https://kriesi.at/support/topic/shadow-border-around-website/#post-209829
If that does not work, please post the link to your website so we can take a look
Regards,
Yigit
Hi!
Please try following code instead
#wrap_all { box-shadow: 0 0 5px 3px #888888; }
Best regards,
Yigit
Perfect, you rock