Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter carlytx

    (@carlytx)

    Just found that if I change the top setting in the CSS file I can control the position from the top.

    #fancybox-outer {
    	position: relative;
    	top: 300px;
    	width: 800;
    	height: 100%;
    	background: #fff;
    }

    However I can not click on the anything on the site behind the overlay when the setting is relative. If I change the setting to absolute or fixed there are other problems. Is there a way to use the relative setting and still be able to get to the site behind the overlay without closing the overlay using the X click?

    Yes, there is an option ‘Show the overlay around content opened in FancyBox’ under the Overlay settings which you can disable.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘positioning’ is closed to new replies.