• The plugin works great. I have one problem. The close button CSS appears broken.

    Original CSS:

    .nivo-lightbox-close {
    	background: url(//www.mywebsite.com/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/close.png) no-repeat 5px 5px;
    }

    The close button is too low and too far to the right. I added this to my themes CSS to override the above CSS:

    /* Lightbox close style
    -------------*/
    .nivo-lightbox-close {
    	background: url(/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/close.png) no-repeat 0px 0px !important;
    }

    Tested on Chrome (Desktop and mobile) browser.

    • This topic was modified 3 years, 12 months ago by murray654. Reason: edit the css
  • The topic ‘CSS fix for plugin’ is closed to new replies.