Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #375844

    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

    #376327

    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

    #376425

    Thank you a lot Elliott! Works fine!

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Move lightbox arrows’ is closed to new replies.