Centering & Making Fancy Box Pop-Ups Transparent

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.

Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Post Reply
scribeman01
 
 
Posts: 109
Joined: Mon Nov 18, 2024 7:58 pm
Location: United States - Wisconsin

Centering & Making Fancy Box Pop-Ups Transparent

Post by scribeman01 »

I found an earlier post by @crispy68 (11/19/22) that provides successful code how to make a "Fancybox" pop-up work via "lightbox". This is the code:

Code: Select all

<style> between the <head> tags:
#fancybox-content{border:none !important;}
#fancybox-outer{background:transparent !important;}
</style>
This code successfully worked. Prior to being transparent, each pop-up was coming up flush left with white background to the right. Is there a add-on to the Stylesheet that I can instruct it to horizontally & vertically center in the pop-up? I'm not after each pop-up centering in the page, but from which image they resonate from in a row of 4 cards in my layout. Thanks!
Post Reply