admin管理员组文章数量:1334178
By using contact form 7 i created address page.
By selecting the city they can view the list of branches in that particular city but here i am getting small problem in first row address are not coming properly.
For reference please find the attached image and url /
Thanks SomuN
By using contact form 7 i created address page.
By selecting the city they can view the list of branches in that particular city but here i am getting small problem in first row address are not coming properly.
For reference please find the attached image and url https://jasdental.in/dentist-near-me/
Thanks SomuN
Share Improve this question edited Jun 29, 2020 at 14:26 fuxia♦ 107k38 gold badges255 silver badges459 bronze badges asked Jun 29, 2020 at 8:23 somutestingsomutesting 1315 bronze badges 1 |1 Answer
Reset to default 0It has to do with your <br>
between each label field. Its not a PHP problem its a CSS. Try to add
.wpcf7cf_group br {
display: none;
}
to your css file or use a wordpress plugin like Simple Custom CSS.
本文标签: cssHow to show address in one row
版权声明:本文标题:css - How to show address in one row? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742309680a2450614.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
<br>
s between all your labels then this does go away - what did you intend the brs to do? - but I see slightly odd behaviour if I shrink the screen width, and at first glance I can't see why - fixed widths and font sizes? – Rup Commented Jun 29, 2020 at 8:39