Hello everyone.
In the current structure of image lightbox, the scroll arrows from one image to another are very attached to the margin. I ask if there is a way to move them toward the center, about 50, 100px.
Thanks to all
best regards
Hi oiser!
I don’t recommend doing this because depending on the aspect ratio of your image and the screen then they could overlap on the image. But if you still wish to do it then you can use this CSS.
.mfp-arrow-left { left: 20% !important; }
.mfp-arrow-right { right: 20% !important; }
Cheers!
Elliott
Thank you a lot Elliott! Works fine!
Regards