Custom css not working
-
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]
- The topic ‘Custom css not working’ is closed to new replies.