lowercasename
Member
Posted 1 year ago #
Hullo!
Not sure what's going on here - it's happened with two themes (Erudite and the current one, Manifesto). I'm not crash hot at CSS, so I'm wondering what the problem could be.
Here's a photo in case it's OS-specific (it displays the same in Mac Firefox, Chrome & Safari): http://tinypic.com/r/ins3o7/7
I can't see any obvious problem in your site. Can you be a little more specific?
lowercasename
Member
Posted 1 year ago #
It's very subtle... to be honest, maybe that's how the entire internet looked and I'm only noticing it now that I'm designing. If you look at the speech marks that open speech (in my image, at least), you'll see the mark is further left than the rest of the text, like so:
..Text, text text: text text.
."A speech!" said the text.
..Yes text text.
Does it not appear in your browser?
lowercasename
Member
Posted 1 year ago #
Aha! I've worked out what causes it - wp-typography. Not sure why, though.
Try adding:
#coreContent .dquo {
margin-left:0;
}
to the bottom of your theme's stylesheet.
lowercasename
Member
Posted 1 year ago #