This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

1
  1. Andrew Misplon Staff 11 years, 3 months ago

    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;
    }

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.

Have a different question or issue?

Start New Thread