在wordpress模板侧栏和最近的帖子或最近的评论块中:
当标题超过30个字符时,会创建新行并显示不好
你可以看到这幅图来理解我所说的:
侧杆ul li的样式为:
#body-right ul li a {
background: url("../images/blog-point1.png") no-repeat scroll 8px center rgba(0, 0, 0, 0);
color: #45484A;
display: block;
font: 13px/28px \'OpenSansRegular\',Arial,sans-serif;
padding-left: 22px;
text-decoration: none;
}
sidebar style:
#body-right ul li {
background: url("../images/blog-body-right-line.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
direction: rtl;
height: 28px;
line-height: 28px;
list-style: none outside none;
text-align: right;
}
那么我该如何解决这个问题呢?