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. Alex S Staff 9 years, 10 months ago

    Hi Toby,

    This is tricky. Your best bet would be to add an overlay anchor to the center editor. Please open up this page and open the middle enter. Switch to text view and then add the following link on the first line (before anything else):

    <a href="overlay-row"> </a>

    Then navigate to WP AdminAppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .overlay-row {
    	position: absolute;
    	left: 0;
    	right: 0;
    	height: 500px;
    	margin: -50px -1000px 0;
    	padding: 0 1000px;
    }

    You might also need to install the SiteOrigin CSS Editor.

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