• Resolved Kangarooo

    (@kangarooo)


    In wp-content/ngg_styles i have css file to have less border for images so they take smaller space that isnt working after update.
    I need to stay on version 2.1.15 where it works. Whats the change that makes such problem in newer versions? Are there new names for css?

    .ngg-gallery-thumbnail img {
    background-color: #FFFFFF;
    border: 1px solid #FCEDCE;
    box-shadow: 1px 2px 6px #333333;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    }

    .ngg-gallery-thumbnail {
    float: left;
    margin: 1px 1px;
    padding: 0;
    text-align: center;
    }

    .ngg-gallery-thumbnail-box {
    float: left;
    margin-right: 2px;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @kangarooo,

    We have inspected and it seems that all the mentioned styles are applying if using the latest version of NextGen Gallery ( that you are currently using ).

    The CSS selectors seems to have remained the same.

    • This reply was modified 4 years, 9 months ago by Mihai Ceban.
Viewing 1 replies (of 1 total)
  • The topic ‘Custom css not working’ is closed to new replies.