IE11.0での文字の表示の崩れについて
-
いつもお世話になっております。
QuotationマークがなぜかIEで表示した時だけ大幅に崩れてしまい、Quoteした文章がほとんど読めない状態です。
ChromeやFirefox、その他スマホのブラウザーで見た場合は問題ないのです。
このような場合は、だいたいどういった問題から来るのか、お分かりの方がいらっしゃれば、アドバイス頂ければ幸いです。WordPressは4.9.5、テーマはTwenty Twelveの2.4です。
FontとBlockquoteに関するCSSへの表記は下記となります(子テーマに記入しています)body { font-size: 15px; font-family: Roboto,"Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "MS Pゴシック", "MS PGothic", sans-serif; } body.custom-font-enabled { font-family: Helvetica, Arial, sans-serif; } blockquote {/*引用文の調整*/ position: relative; margin: 2.5em 1em 1em; padding-left: 34px; } blockquote:before{ content: "“"; font-size: 700%; font-weight: bold; line-height: 0.4em;/ font-family: 'Times New Roman',"MS Pゴシック",sans-serif; color: #eaeaea; position: absolute; left: 0; top: 0; } blockquote:after{ content: "”"; font-size: 700%; font-weight: bold; line-height: 0em; font-family: 'Times New Roman',"MS Pゴシック",sans-serif; color: #eaeaea; position: absolute; right: 0; bottom: 0; }
記事には
<div align=”center”>文章</div>
文章
となっています。
何卒よろしくお願い致します。ヘルプの必要なページ: [リンクを見るにはログイン]
8件の返信を表示中 - 1 - 8件目 (全8件中)
8件の返信を表示中 - 1 - 8件目 (全8件中)
- トピック「IE11.0での文字の表示の崩れについて」には新たに返信することはできません。