I want use "text menu" to open a hyperlink in a lightbox. The lightbox defaults to being in the middle of the page. Is there an option to re-position it elsewhere?
I looked in ProgramFiles/wysiwyg webbuilder 12/fancybox and found jquery.fancybox - 1.3.4.css This has a setting of 50% TOP & 50% LEFT
I am assuming that this specifies where the box will be placed! but if I try to change these figures, it will not allow me to save the file, and says I do not have permission.
Anyone know of a workaround for this please?
position of a lightbox
-
-
- Posts: 65
- Joined: Tue May 09, 2017 3:16 pm
- Location: United Kingdom
- BaconFries
-
- Posts: 5932
- Joined: Thu Aug 16, 2007 7:32 pm
Re: position of a lightbox
This is standard to most lightbox scripts they always open centered. For the Fancybox you can try the following not tested.
Insert using Page HTML between the head tags<head></head>tags*
See more from Fancybox
Fancybox Docs
Insert using Page HTML between the head tags<head></head>tags*
Code: Select all
<style>
#fancybox-wrap {
position: absolute;
top: 100px !important;
}
</style>
Fancybox Docs
-
-
- Posts: 65
- Joined: Tue May 09, 2017 3:16 pm
- Location: United Kingdom
Re: position of a lightbox
Thank you BaconFries.
Worked perfectly !!
Worked perfectly !!
