Title: Nextgen gallery widget format problem
Last modified: June 21, 2021

---

# Nextgen gallery widget format problem

 *  Resolved [fairlightvillage](https://wordpress.org/support/users/hanslopevillage/)
 * (@hanslopevillage)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/nextgen-gallery-widget-format-problem/)
 * Hi,
    I’m trying to use the Nextgen Gallery widget to display an ‘icon’ for an
   image. This bit of it seems to work fine but the format of the widget looks a
   bit strange with a borer displayed on 3 of the 4 sides i.e. not on the right 
   hand side. Is there a way for me to change this? I actually do not want a border
   at all! Thanks, Bill
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fnextgen-gallery-widget-format-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Gabriel – Imagely](https://wordpress.org/support/users/gabrielimagely/)
 * (@gabrielimagely)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/nextgen-gallery-widget-format-problem/#post-14580802)
 * Hi Bill 👋
 * Sure thing! This can be fixed with some custom CSS. Under **Customize > Additional
   CSS**, you can add the following code:
     
 *     ```
       /* Remove border from NextGEN Widget */
       .ngg-widget img {
           border: none !important;
       } 
       ```
   
 *  
    If you’d like to learn more about CSS, I highly recommend using the [free tutorials at w3schools](https://www.w3schools.com/w3css/).
   Here, you can find the basics of [selectors](https://www.w3schools.com/cssref/css_selectors.asp)(
   how to target the right element on the page), and [properties](https://www.w3schools.com/cssref/)(
   how to change the element on the page).
 * Cheers! 🙂
 *  Thread Starter [fairlightvillage](https://wordpress.org/support/users/hanslopevillage/)
 * (@hanslopevillage)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/nextgen-gallery-widget-format-problem/#post-14582900)
 * Thanks Gabriel – that has removed the border – just as I wanted!
    regards, Bill

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Nextgen gallery widget format problem’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [fairlightvillage](https://wordpress.org/support/users/hanslopevillage/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/nextgen-gallery-widget-format-problem/#post-14582900)
 * Status: resolved