Title: CSS fix for plugin
Last modified: March 23, 2021

---

# CSS fix for plugin

 *  [murray654](https://wordpress.org/support/users/murray654/)
 * (@murray654)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/css-fix-for-plugin/)
 * 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 5 years, 2 months ago by [murray654](https://wordpress.org/support/users/murray654/).
      Reason: edit the css

The topic ‘CSS fix for plugin’ is closed to new replies.

 * ![](https://ps.w.org/responsive-lightbox-lite/assets/icon-128x128.png?rev=983411)
 * [Responsive Lightbox](https://wordpress.org/plugins/responsive-lightbox-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-lightbox-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-lightbox-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-lightbox-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-lightbox-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-lightbox-lite/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [murray654](https://wordpress.org/support/users/murray654/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/css-fix-for-plugin/)
 * Status: not resolved