I am using the GK News Show Pro and was wondering if I could reduce the spacing between the images from 42px to 32px as I see an exclamation mark with important! Would this change effect anything else on the site?
.centered .gk-nsp-art {
padding: 0 42px!important;
text-align: center;
}
change to
.centered .gk-nsp-art {
padding: 0 32px!important;
text-align: center;
}