在wordpress行

时间:2015-05-14 11:41:10

标签: wordpress web row frontend

我正在尝试使用wordpress创建一个基本页面,所以我添加了许多原始内容,对于每个原始内容,我编辑并上传背景图像。

我遇到的问题是,为什么如果我增加字体,或者缩小边距,图像会缩小。我希望图像的行大小完整,所以每当我增加字体或添加空格时,都会保留或最大化背景图像,而不是缩小它。

这是我推荐的页面,http://www.zeidny.com/index.php/solutions/

感谢大家的帮助,

1 个答案:

答案 0 :(得分:0)

你的代码应该是

<p class="solu1"><span>"I have a message, I&nbsp;want you to hear"</span>

而不是

<p><span class="solu1">"I have a message, I&nbsp;want you to hear"</span></p> 

并设置背景图像的最小高度并删除边距底部样式。