Hi
I have a question about the Propulsion Theme.
I would like a border around my portfolio items, but not around the text. On the forum there was a topic "shadows Portfolio Items" answered by Devin. That was almost perfect only its also around the text and not just the image.
can you help me please!
Thanks in advance
The solution by Davin was:
.portfolio-sort-container .post-entry {
-moz-box-shadow: 0 1px 2px #aaa;
-webkit-box-shadow: 0 1px 2px #aaa;
box-shadow: 0 1px 2px #aaa;
background: none repeat 0 0 #F8F8F8;
border-top:1px solid #eee;
margin-bottom: 10px;
}
.portfolio-sort-container .post-entry.first {
margin-left: 1px
}
.post-entry.one_fourth {
width: 21.5%;
}
.portfolio-sort-container .post-content {
padding: 6px;
}














