Forum Replies Created

Viewing 1 replies (of 1 total)
  • I had the same #A9A9A9 border issue with my child-theme’s ‘Home Featured’ widget. The widget’s relevant stylesheet is located here: wp-content/plugins/nextgen-gallery/products/modules/widget/static/widgets.min.css

    DEFAULT CODE:
    .ngg-widget,.ngg-widget-slideshow{overflow:hidden;margin:0;padding:5px 0 0;text-align:left}.ngg-widget img{border:2px solid #A9A9A9;margin:0 2px 2px 0;padding:1px;height:auto;float:left}

    In my situation I wanted to change the values of the border and remove the image padding. “img{border:1px solid #333; margin:0 2px 2px 0; padding:0; height:auto; float:left}”

    • This reply was modified 7 years, 9 months ago by bachnut.
    • This reply was modified 7 years, 9 months ago by bachnut.
Viewing 1 replies (of 1 total)