WYSIWYG Web Builder - Whats Wrong ....

mei2020

Active member
Nov 23, 2020
181
29
28
Does someone know how to use the inline frame function in WYSIWYG Web Builder properly? Trying to rebuild google drive downloader, but the 'output textbox' previewed in inline frame is not the real size... In fact, its position is not in the middle when uploaded to web hosting... Visit my site to understand more about what i mean:
*Use desktop mode on (phone preview)
*Already use the flexbox function (center)
*Set all position to the page center
*Etc

If u happen to know something about this please reply here.
 
Last edited:

frizzel

Well-known member
Trusted Uploader
Jun 13, 2019
485
253
63
Wherever my imagination takes me
I'm not sure what Builder you're using, but I'm wondering where the style properties on that inline frame come from, e.g. the width and height, but also the transform property. Try this:
CSS:
#Output_Frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}
It doesn't look good right away, as the width and height are not corrected yet, but at least it's in the center.

But yeah, you should definitely also look into those console errors. I think your custom css might not even be loaded: I couldn't find a flexbox property as you claim you have on your elements.
 

mei2020

Active member
Nov 23, 2020
181
29
28
I'm not sure what Builder you're using, but I'm wondering where the style properties on that inline frame come from, e.g. the width and height, but also the transform property. Try this:
CSS:
#Output_Frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}
It doesn't look good right away, as the width and height are not corrected yet, but at least it's in the center.

But yeah, you should definitely also look into those console errors. I think your custom css might not even be loaded: I couldn't find a flexbox property as you claim you have on your elements.
Well, maybe in my spare time I'll try your suggestions...

last time I did pull out the associated inline frame from flexbox, because it's position gone wrong (below page footer) or causing inline frame go far to right side & activating the horizontal scrool bar.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu