使用联系表7和右侧被切断

时间:2018-07-05 09:01:07

标签: wordpress widget wordpress-theming contact-form contact-form-7

我是Wordpress的初学者。但是,使用主题中的联系表单7作为窗口小部件时,看起来联系表单向左滑动,右侧被切断了。 尝试了不同的联系方式,并添加了CSS代码来更改其他人建议的宽度,但似乎没有任何效果? 有什么建议么 www.glme.co.uk

1 个答案:

答案 0 :(得分:0)

请为页脚联系表7更改一些CSS

.contact-form label { margin-bottom:3px; float:none; font-weight:700; display: block;position: relative; left: 5%; }

联系页面表单CSS

#nf-form-1-cont { position: relative; left: 5%;}