Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author weblizar

    (@weblizar)

    Hi Schalk Joubert,

    You can modify the CSS style property to move the Close button.

    File:
    jquery-rebox.css

    File Path: your-wp-dir\wp-content\plugins\responsive-photo-gallery\css

    Here The CSS Code: (code line no 18)

    .rebox-close { right: 10px; top: 10px; }

    Simply modify the right and top property to update the close button position at lightbox preview.

    Thanks
    Weblizar

    Thread Starter Schalk Joubert

    (@schalkjoubert)

    Hi,

    Thanks but that will never work, as you work.
    The button will be at a different place for every screen size.

    That is why the button should be absolute to the image and not absolute to the window.

    Can you help with this?

    Thank you,

    Plugin Author weblizar

    (@weblizar)

    Can you provide me your gallery url?

    Thread Starter Schalk Joubert

    (@schalkjoubert)

    Hi, yes,
    First click here to bypass the “under construction page”
    https://www.camcard.co.za/dubai/beta

    And then, click on GALLERY in the top navigation.

    Thank you,
    Schalk

    Plugin Author weblizar

    (@weblizar)

    Hello Sir,

    If you want then we will increase the size of close button also we will change the position icon (right to left). But we are not able to display close icon on image corner.

    File: jquery-rebox.css

    File Path: your-wp-dir\wp-content\plugins\responsive-photo-gallery\css

    Here The CSS Code: (code line no 18)

    .rebox-close {
    			right: 27px;
    			top: 29px;
    			width: 50px;
    			height: 50px;
    			line-height: 50px;
    			color: #fff !important;
    			opacity: 1.0;
    			z-index: 999999;
    			font-size: 38px;
    		}

    Replace css code with above cs code.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Lightbox Close Button – Relative’ is closed to new replies.