Hi,
I am not sure if this has got to do with the Ess grid plugin or the lightbox. But for some reason in Safari the lightbox appears in the bottom right corner of the page instead of centred.
But it is centred in Chrome.
Can you please aid to finding out why this is happening.
Thank you
Hi AboveDigital!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia-safari .esgbox-wrap { left: 20% !important; }
If that does not help, please contact plugin authors.
Best regards,
Yigit
Hi I tried that didnt work. But i have tried this:
.avia-safari .esgbox-wrap{
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%)!important;
}
it worked a bit but still have the problem.