Hi
I wanted to remove some of the borders I had on my slideshows but in doing it removed them from portfolio thumbs. I have tried to put them back on but the border on the right handside isn't showing up.
This is the code I currently have in my custom.css file:
.portfolio-sort-container .slideshow {
border: 1px solid rgb(209, 209, 209) !important;
border-right: 1px solid rgb(209, 209, 209) !important;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
}














