kwebber77 0 Report post Posted February 9, 2011 I would like to add a drop shadow to the canvas area of my wensite. Can this be done using CSS? Site inspiration: http://store.nike.com/us/en_us/ My Site: http://www.ohsportswear.com/ Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 10, 2011 ` .fixed_width #page{ -moz-box-shadow:0 0 10px 5px #000; -webkit-box-shadow:0 0 10px 5px #000; box-shadow:0 0 10px 5px #000} ` Play with that a bit. Thanks, Bryan Share this post Link to post Share on other sites
kwebber77 0 Report post Posted February 10, 2011 Bryan, Your the man. Thanks for your help. Share this post Link to post Share on other sites
nbenson 0 Report post Posted March 27, 2011 Hey Bryan, Just a quick question, where would I add that code in order to get the drop shadow to work? I know coding about as good as I know interplanetary science, so forgive me for the basic question. Thanks in advance! Share this post Link to post Share on other sites
timlinson 3 Report post Posted March 27, 2011 Hi Nate, You can place CSS rules like that in PlatformPro Settings > Custom Code > Custom CSS. Cheers Share this post Link to post Share on other sites