tivicrdotcom Posted August 1, 2012 Share Posted August 1, 2012 (edited) Hi fellows, so I have my live site at http://tivicr.com and currently has the features I am looking for, yet they were done through a nice module yet it sort of calls the css files from a server in Europe and somehow I am thinking it may be slowing my site. I am looking to offset the site from the top of the browser and add a nice shadow all aroud the website main index page. I can add a shadow on the side if I didn't mind not having the site offset by simply adding a repetitive background with the shadow yet by offsetting I am screw, any suggestions? Thanks and God Bless, AJ Edited August 7, 2012 by tivicrdotcom (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted August 3, 2012 Share Posted August 3, 2012 you cna add this code into your global.css file of your theme in #page section in this file http://static.kameleoon.com/css/customers/h9cixyczs1/0/production/style.css -webkit-box-shadow: 0px 0px 10px 5px #000000; box-shadow: 0px 0px 10px 5px #000000; 1 Link to comment Share on other sites More sharing options...
tivicrdotcom Posted August 7, 2012 Author Share Posted August 7, 2012 Thanks Shacker, Greatly appreciated! God Bless! AJ Link to comment Share on other sites More sharing options...
tivicrdotcom Posted September 5, 2012 Author Share Posted September 5, 2012 Dude for some reason the above code doesn't do the trick: #page { width: 980px; margin: 0 auto 2px auto; -webkit-box-shadow: 0px0px10px5px#000000; box-shadow: 0px0px10px5px#000000; text-align: left; background: white } Link to comment Share on other sites More sharing options...
tivicrdotcom Posted September 5, 2012 Author Share Posted September 5, 2012 Nevermind, I got it 1 Link to comment Share on other sites More sharing options...
shacker Posted September 5, 2012 Share Posted September 5, 2012 perfect. regards Link to comment Share on other sites More sharing options...
django Posted February 9, 2013 Share Posted February 9, 2013 Can someone explain what I need to type in global.css to get the shadow around page. Tivicrdotcom, you have made it, explain how. Thanks. Link to comment Share on other sites More sharing options...
shacker Posted February 13, 2013 Share Posted February 13, 2013 add this code in your global.css, in the #page section -webkit-box-shadow: 0px0px10px5px#000000; box-shadow: 0px0px10px5px#000000; Link to comment Share on other sites More sharing options...
django Posted February 19, 2013 Share Posted February 19, 2013 Shacker thank you but for some reason it doesent works. I dont know what is the problem. It's in my theme, i put it in global.css in #page section. I have my background and when I remove it it's the same. Is there any another way or tell me pls where i get wrong? Link to comment Share on other sites More sharing options...
shacker Posted February 19, 2013 Share Posted February 19, 2013 you check on google chromE? Link to comment Share on other sites More sharing options...
prestaslo Posted October 27, 2013 Share Posted October 27, 2013 How can I set just shadow like on this site: http://www.presto-changeo.com/? Best regards Link to comment Share on other sites More sharing options...
prestaslo Posted October 27, 2013 Share Posted October 27, 2013 I try code from previous posts, but it don't work. I use PrestaShop 1.5.6 Link to comment Share on other sites More sharing options...
vekia Posted October 27, 2013 Share Posted October 27, 2013 use this code: #page { padding: 10px; -webkit-box-shadow: 0px 0px 50px rgba(50, 50, 50, 0.74); -moz-box-shadow: 0px 0px 50px rgba(50, 50, 50, 0.74); box-shadow: 0px 0px 50px rgba(50, 50, 50, 0.74); background: #FFF; } effecT: 1 Link to comment Share on other sites More sharing options...
prestaslo Posted October 28, 2013 Share Posted October 28, 2013 It works, thanks! Link to comment Share on other sites More sharing options...
ZoZo21 Posted March 26, 2015 Share Posted March 26, 2015 It works, thanks! Why not works for me ? Link to comment Share on other sites More sharing options...
shacker Posted March 26, 2015 Share Posted March 26, 2015 you clear cache? and disable ccc in performance to see the changes? Link to comment Share on other sites More sharing options...
Recommended Posts