当调整浏览器窗口大小时,我的正文文本会离开容器div。我尝试过使用word-wrap:break-word;和overflow-wrap:break-word;两者都没有奏效。拉出我的头发。请帮忙!
答案 0 :(得分:1)
在你的style.css?ver = 3.7的第682行有一个类“.hentry”,宽度为750,这似乎导致它不会缩小。这是包含hentry类的行:
<article id="post-18" class="post-18 post type-post status-publish format-standard hentry category-uncategorized">
答案 1 :(得分:0)
使用这个css我已经在mozilla firefox中测试过它为firefox工作但不确定其他浏览器。
text-align: justify;