Strange behaviour on some pages
-
I hesitate to ask this question here, since it’s more related to the custom css I added, then to the theme.
I wanted a more ‘fancy’ blockquote style on my blog, so I added this css (among others) to my site with the simple custom css plugin: (only the css for the quotes, not for the rest of the blockquote style, willing to provide that, however.)
blockquote p:before{ content: '\201C'; font-family: serif; font-style: normal; font-weight: 300; position: absolute; font-size: 175px; top: 0px; left: -105px; color: rgba(188, 147, 200, 1); text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1); }
And with articles, this works great, see https://annetanne.be/kruidenklets/2008/08/22/geen-netels-nodig/
But for pages, there’s a problem…
Whenever I use a blockquote on a page, the opening quotes are at the very beginning of the page, not a the start of the blockquote, see https://annetanne.be/kruidenklets/uit-de-kruidenmand/kruiden-a-j/arnica-montana-wolverlei/
And I can’t find out what I’m doing wrong…It seems that the colored quotes are positioned relative to the very first
<p>
of the page, instead of the first<p>
of the blockquote.
- The topic ‘Strange behaviour on some pages’ is closed to new replies.