Display glitch in comments…
-
Not sure what’s happening here, but my comments are showing up with the name of the commenter on top of the comment itself. Example:
Ideas?
I’ve added the following to my CSS Stylesheet Editor (Jetpack) to clear up some other issues:
.entry-title { font-size: 36px; } .entry-content, .entry-summary, blockquote p, .comment-content { font-size: 16px; } blockquote { margin-left: 40px; } p { margin-bottom: .9em; } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* Styles */ } /* Smartphones (landscape) ----------- */ @media only screen and (min-width : 321px) { /* Styles */ } /* Smartphones (portrait) ----------- */ @media only screen and (max-width : 320px) { /* Styles */ } /* iPads (portrait and landscape) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { /* Styles */ } /* iPads (landscape) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /* Styles */ .entry-title { margin-left: 285px; } } /* iPads (portrait) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { /* Styles */ } /* Desktops and laptops ----------- */ @media only screen and (min-width : 1224px) { /* Styles */ .entry-title { margin-left: 285px; } } /* Large screens ----------- */ @media only screen and (min-width : 1824px) { /* Styles */ .entry-title { margin-left: 285px; } } /* iPhone 4 ----------- */ @media only screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) { /* Styles */ }
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Display glitch in comments…’ is closed to new replies.