Using block quote tags and only get the opening quote. Can't figure out why I can't see the end quote. Can you help?
This is the css
blockquote:before {
color: #a88f52;
content: "“";
font-size: 80px;
font-style: italic;
line-height: 1;
position: absolute;
left: 0;
top: -5px;
}
blockquote p:after {
color: #a88f52;
content: "“";
font-size: 60px;
font-style: italic;
line-height: 0.1;
padding: 0 0 0 15px;
position: relative;
top: 30px;