Shadow position
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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; }Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.