Home>Support>Make an entire cell in a row a clickable link?

Make an entire cell in a row a clickable link?

I have a row of five SiteEditor cells within a row that I want to be clickable links to separate pages.

How do I do that, if it’s possible?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 6 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More