blockquote

GK User
Mon Apr 20, 2015 8:28 pm
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;
User avatar
Expert Boarder

GK User
Tue Apr 21, 2015 8:40 am
Could you please post an url to your site - to a sample page where I could see this issue?
User avatar
Moderator

GK User
Sun May 10, 2015 10:33 am
Sorry for late response - I don't see any blockquote element on your page.
User avatar
Moderator

GK User
Mon May 11, 2015 4:22 pm
User avatar
Expert Boarder

GK User
Mon May 11, 2015 7:52 pm
Code: Select all
blockquote p:after

?? Where did you take this code from? Have you add it by yourself or it was in the file?
Code: Select all
blockquote:after

will work fine.
User avatar
Moderator

GK User
Tue May 12, 2015 3:05 am
It was in the file. I didn't add or rake away anything.
User avatar
Expert Boarder

GK User
Tue May 12, 2015 4:59 pm
Oh, ok, I'll report is as a bug. Meanwhile you can correct in on your own.
User avatar
Moderator


cron