Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
if you go to my website you can see something wierd on top. The shadow is even around a piece of the background?
How can i fix this?
Thanks
Hi Pim
The shadow does cover the entire page wrapper. Consider perhaps changing your top margin in Custom CSS for thi selector to:
body.responsive #page-wrapper {margin-top: 30px;}Or change the page wrapper box-shadow to:
#page-wrapper {box-shadow: 0px 6px 8px rgba(168, 167, 167, 0.75);-moz-box-shadow: 0px 6px 8px rgba(168, 167, 167, 0.75);-webkit-box-shadow: 0px 6px 8px rgba(168, 167, 167, 0.75);box-shadow-top: none;}